#DCFCB4

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

Shades of Reef #DCFCB4

Tints of Reef #DCFCB4

Color information

#DCFCB4 (or 0xDCFCB4) is unknown color: approx Reef. HEX triplet: DC, FC and B4. RGB value is (220,252,180). Sum of RGB (Red+Green+Blue) = 220+252+180=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB4 is #23034B. Grayscale: #EAEAEA. Windows color (decimal): -2294604 or 11861212. OLE color: 11861212.

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

Color convert

RGB220252180-
CMYK0.1300.290.01
HSL86.67º92.31%84.71%-
HSV(B)86.67º28.57%98.82%-
XYZ72.5688.1356.37-
YUV234.2297.4117.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=33.74%
G=38.65%
B=27.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521800.1300.290.0186.6792.3184.71
HexDCFCB4D01D1575c55
Octal334374264150351127134125
Binary11011100111111001011010011010111011101011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCB4; }

 p { color: rgb(220,252,180); }

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

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

 a { background-color: rgb(220,252,180); }

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

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

 span { border-color: rgb(220,252,180); }

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