Html Css Color HEX #DCF1B0 Reef

📋 copy color: '#DCF1B0'

red 220 ◦ green 241 ◦ blue 176

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

Shades of Reef #DCF1B0

Tints of Reef #DCF1B0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.83%

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

R = 34.54%
G = 37.83%
B = 27.63%

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

#DCF1B0 (or 0xDCF1B0) is known color: Reef. HEX triplet: DC, F1 and B0. RGB value is (220,241,176). Sum of RGB (Red+Green+Blue) = 220+241+176=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1B0 is #230E4F. Grayscale: #E3E3E3. Windows color (decimal): -2297424 or 11596252. OLE color: 11596252.

HSL color Cylindrical-coordinate representation of color #DCF1B0: hue angle of 79.38º degrees, saturation: 0.7, 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 #DCF1B0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 176 -
CMYK 0.09 0 0.27 0.05
HSL 79.38º 0.7% 0.82% -
HSV(B) 79.38º 0.27% 0.95% -
XYZ 68.81 81.26 53.13 -
YUV 227.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 220 241 176 0.09 0 0.27 0.05 79.38 0.7 0.82
Hex DC F1 B0 9 0 1B 5 4F 46 52
Octal 334 361 260 11 0 33 5 117 106 122
Binary 11011100 11110001 10110000 1001 0 11011 101 1001111 1000110 1010010

Color Harmonies of #DCF1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1B0

Black with #DCF1B0

Text Example


Text Example

White with #DCF1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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