#DCF1B4

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

Shades of Reef #DCF1B4

Tints of Reef #DCF1B4

Color information

#DCF1B4 (or 0xDCF1B4) is unknown color: approx Reef. HEX triplet: DC, F1 and B4. RGB value is (220,241,180). Sum of RGB (Red+Green+Blue) = 220+241+180=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B4 is #230E4B. Grayscale: #E3E3E3. Windows color (decimal): -2297420 or 11858396. OLE color: 11858396.

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

Color convert

RGB220241180-
CMYK0.0900.250.05
HSL80.66º68.54%82.55%-
HSV(B)80.66º25.31%94.51%-
XYZ69.2181.4255.25-
YUV227.77101.04122.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=34.32%
G=37.60%
B=28.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411800.0900.250.0580.6668.5482.55
HexDCF1B490195514553
Octal334361264110315121105123
Binary1101110011110001101101001001011001101101000110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1B4; }

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

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

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

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

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

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

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

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