#D4FFD2

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

Shades of Blue Romance #D4FFD2

Tints of Blue Romance #D4FFD2

Color information

#D4FFD2 (or 0xD4FFD2) is unknown color: approx Blue Romance. HEX triplet: D4, FF and D2. RGB value is (212,255,210). Sum of RGB (Red+Green+Blue) = 212+255+210=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFD2 is #2B002D. Grayscale: #EDEDED. Windows color (decimal): -2818094 or 13828052. OLE color: 13828052.

HSL color Cylindrical-coordinate representation of color #D4FFD2: hue angle of 117.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4FFD2 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB212255210-
CMYK0.1700.180
HSL117.33º100%91.18%-
HSV(B)117.33º17.65%100%-
XYZ74.5490.1774.45-
YUV237.01112.75110.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.31%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=31.31%
G=37.67%
B=31.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122552100.1700.180117.3310091.18
HexD4FFD211012075645b
Octal324377322210220165144133
Binary110101001111111111010010100010100100111010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FFD2; }

 p { color: rgb(212,255,210); }

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

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

 a { background-color: rgb(212,255,210); }

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

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

 span { border-color: rgb(212,255,210); }

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