#D4F3B2

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

Shades of Reef #D4F3B2

Tints of Reef #D4F3B2

Color information

#D4F3B2 (or 0xD4F3B2) is unknown color: approx Reef. HEX triplet: D4, F3 and B2. RGB value is (212,243,178). Sum of RGB (Red+Green+Blue) = 212+243+178=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F3B2 is #2B0C4D. Grayscale: #E2E2E2. Windows color (decimal): -2821198 or 11727828. OLE color: 11727828.

HSL color Cylindrical-coordinate representation of color #D4F3B2: hue angle of 88.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4F3B2 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB212243178-
CMYK0.1300.270.05
HSL88.62º73.03%82.55%-
HSV(B)88.62º26.75%95.29%-
XYZ67.2481.3154.27-
YUV226.32100.73117.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 178 (69.92% from 255) = 28.12%
R=33.49%
G=38.39%
B=28.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431780.1300.270.0588.6273.0382.55
HexD4F3B2D01B5594953
Octal324363262150335131111123
Binary1101010011110011101100101101011011101101100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F3B2; }

 p { color: rgb(212,243,178); }

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

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

 a { background-color: rgb(212,243,178); }

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

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

 span { border-color: rgb(212,243,178); }

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