#D6F1B3

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

Shades of Reef #D6F1B3

Tints of Reef #D6F1B3

Color information

#D6F1B3 (or 0xD6F1B3) is unknown color: approx Reef. HEX triplet: D6, F1 and B3. RGB value is (214,241,179). Sum of RGB (Red+Green+Blue) = 214+241+179=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1B3 is #290E4C. Grayscale: #E2E2E2. Windows color (decimal): -2690637 or 11792854. OLE color: 11792854.

HSL color Cylindrical-coordinate representation of color #D6F1B3: hue angle of 86.13º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6F1B3 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB214241179-
CMYK0.1100.260.05
HSL86.13º68.89%82.35%-
HSV(B)86.13º25.73%94.51%-
XYZ67.3280.4654.63-
YUV225.86101.55119.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=33.75%
G=38.01%
B=28.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411790.1100.260.0586.1368.8982.35
HexD6F1B3B01A5564552
Octal326361263130325126105122
Binary1101011011110001101100111011011010101101011010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1B3; }

 p { color: rgb(214,241,179); }

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

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

 a { background-color: rgb(214,241,179); }

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

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

 span { border-color: rgb(214,241,179); }

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