#D4F5CD

Color #D4F5CD Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D4F5CD

Tints of Blue Romance #D4F5CD

Color information

#D4F5CD (or 0xD4F5CD) is unknown color: approx Blue Romance. HEX triplet: D4, F5 and CD. RGB value is (212,245,205). Sum of RGB (Red+Green+Blue) = 212+245+205=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F5CD is #2B0A32. Grayscale: #E6E6E6. Windows color (decimal): -2820659 or 13497812. OLE color: 13497812.

HSL color Cylindrical-coordinate representation of color #D4F5CD: hue angle of 109.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4F5CD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB212245205-
CMYK0.1300.160.04
HSL109.5º66.67%88.24%-
HSV(B)109.5º16.33%96.08%-
XYZ70.8283.7170.18-
YUV230.57113.57114.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.02%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=32.02%
G=37.01%
B=30.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122452050.1300.160.04109.566.6788.24
HexD4F5CDD01046e4358
Octal324365315150204156103130
Binary1101010011110101110011011101010000100110111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F5CD; }

 p { color: rgb(212,245,205); }

 H1.HeaderClassName
 {
   color: #D4F5CD;
 }
 .AnyTagClassName
 {
   color: #D4F5CD;
 }
</style>
background-color css

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

 a { background-color: rgb(212,245,205); }

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

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

 span { border-color: rgb(212,245,205); }

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