Html Css Color HEX #DCFBB1 Reef

📋 copy color: '#DCFBB1'

red 220 ◦ green 251 ◦ blue 177

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

Shades of Reef #DCFBB1

Tints of Reef #DCFBB1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

 BLUE value IS 177 (69.53% from 255) = 27.31%

R = 33.95%
G = 38.73%
B = 27.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DCFBB1 (or 0xDCFBB1) is known color: Reef. HEX triplet: DC, FB and B1. RGB value is (220,251,177). Sum of RGB (Red+Green+Blue) = 220+251+177=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBB1 is #23044E. Grayscale: #E9E9E9. Windows color (decimal): -2294863 or 11664348. OLE color: 11664348.

HSL color Cylindrical-coordinate representation of color #DCFBB1: hue angle of 85.14º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFBB1 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 177 -
CMYK 0.12 0 0.29 0.02
HSL 85.14º 0.9% 0.84% -
HSV(B) 85.14º 0.29% 0.98% -
XYZ 71.95 87.38 54.67 -
YUV 233.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 220 251 177 0.12 0 0.29 0.02 85.14 0.9 0.84
Hex DC FB B1 C 0 1D 2 55 5A 54
Octal 334 373 261 14 0 35 2 125 132 124
Binary 11011100 11111011 10110001 1100 0 11101 10 1010101 1011010 1010100

Color Harmonies of #DCFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBB1

Black with #DCFBB1

Text Example


Text Example

White with #DCFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBB1; }

 p { color: rgb(220,251,177); }

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

background-color css

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

 a { background-color: rgb(220,251,177); }

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

border-color css

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

 span { border-color: rgb(220,251,177); }

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