#DCFFB2

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

Shades of Reef #DCFFB2

Tints of Reef #DCFFB2

Color information

#DCFFB2 (or 0xDCFFB2) is unknown color: approx Reef. HEX triplet: DC, FF and B2. RGB value is (220,255,178). Sum of RGB (Red+Green+Blue) = 220+255+178=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFB2 is #23004D. Grayscale: #ECECEC. Windows color (decimal): -2293838 or 11730908. OLE color: 11730908.

HSL color Cylindrical-coordinate representation of color #DCFFB2: hue angle of 87.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFFB2 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB220255178-
CMYK0.1400.300
HSL87.27º100%84.9%-
HSV(B)87.27º30.2%100%-
XYZ73.3189.9555.62-
YUV235.7695.4116.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=33.69%
G=39.05%
B=27.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551780.1400.30087.2710084.9
HexDCFFB2E01E0576455
Octal334377262160360127144125
Binary11011100111111111011001011100111100101011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB2; }

 p { color: rgb(220,255,178); }

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

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

 a { background-color: rgb(220,255,178); }

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

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

 span { border-color: rgb(220,255,178); }

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