Html Css Color HEX #D5FDCD Blue Romance

📋 copy color: '#D5FDCD'

red 213 ◦ green 253 ◦ blue 205

#D5FDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #D5FDCD

Tints of Blue Romance #D5FDCD

RGB

 RED value IS 213 (83.59% from 255) = 31.74%

 GREEN value IS 253 (99.22% from 255) = 37.7%

 BLUE value IS 205 (80.47% from 255) = 30.55%

R = 31.74%
G = 37.7%
B = 30.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5FDCD (or 0xD5FDCD) is known color: Blue Romance. HEX triplet: D5, FD and CD. RGB value is (213,253,205). Sum of RGB (Red+Green+Blue) = 213+253+205=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDCD is #2A0232. Grayscale: #EBEBEB. Windows color (decimal): -2753075 or 13499861. OLE color: 13499861.

HSL color Cylindrical-coordinate representation of color #D5FDCD: hue angle of 110º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5FDCD is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 253 205 -
CMYK 0.16 0 0.19 0.01
HSL 110º 0.92% 0.9% -
HSV(B) 110º 0.19% 0.99% -
XYZ 73.59 88.8 71.02 -
YUV 235.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 213 253 205 0.16 0 0.19 0.01 110 0.92 0.9
Hex D5 FD CD 10 0 13 1 6E 5C 5A
Octal 325 375 315 20 0 23 1 156 134 132
Binary 11010101 11111101 11001101 10000 0 10011 1 1101110 1011100 1011010

Color Harmonies of #D5FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDCD

Black with #D5FDCD

Text Example


Text Example

White with #D5FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDCD; }

 p { color: rgb(213,253,205); }

 H1.HeaderClassName
 {
   color: #D5FDCD;
 }
 .AnyTagClassName
 {
   color: #D5FDCD;
 }
</style>

background-color css

<style>
 a { background-color: #D5FDCD; }

 a { background-color: rgb(213,253,205); }

 div.DivClassName
 {
   background-color: #D5FDCD;
 }
 .BgClassName
 {
   background-color: #D5FDCD;
 }
</style>

border-color css

<style>
 span { border-color: #D5FDCD; }

 span { border-color: rgb(213,253,205); }

 td.TdClassName
 {
   border-color: #D5FDCD;
 }
 .TagClassName
 {
   border-color: #D5FDCD;
 }
</style>