Html Css Color HEX #DCF2B0 Reef

📋 copy color: '#DCF2B0'

red 220 ◦ green 242 ◦ blue 176

#DCF2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DCF2B0

Tints of Reef #DCF2B0

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 34.48%
G = 37.93%
B = 27.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#DCF2B0 (or 0xDCF2B0) is known color: Reef. HEX triplet: DC, F2 and B0. RGB value is (220,242,176). Sum of RGB (Red+Green+Blue) = 220+242+176=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2B0 is #230D4F. Grayscale: #E4E4E4. Windows color (decimal): -2297168 or 11596508. OLE color: 11596508.

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

Color convert

RGB 220 242 176 -
CMYK 0.09 0 0.27 0.05
HSL 80º 0.72% 0.82% -
HSV(B) 80º 0.27% 0.95% -
XYZ 69.1 81.85 53.23 -
YUV 227.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 220 242 176 0.09 0 0.27 0.05 80 0.72 0.82
Hex DC F2 B0 9 0 1B 5 50 48 52
Octal 334 362 260 11 0 33 5 120 110 122
Binary 11011100 11110010 10110000 1001 0 11011 101 1010000 1001000 1010010

Color Harmonies of #DCF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2B0

Black with #DCF2B0

Text Example


Text Example

White with #DCF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2B0; }

 p { color: rgb(220,242,176); }

 H1.HeaderClassName
 {
   color: #DCF2B0;
 }
 .AnyTagClassName
 {
   color: #DCF2B0;
 }
</style>

background-color css

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

 a { background-color: rgb(220,242,176); }

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

border-color css

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

 span { border-color: rgb(220,242,176); }

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