Html Css Color HEX #DCEEB1 Reef

📋 copy color: '#DCEEB1'

red 220 ◦ green 238 ◦ blue 177

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

Shades of Reef #DCEEB1

Tints of Reef #DCEEB1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

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

R = 34.65%
G = 37.48%
B = 27.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DCEEB1 (or 0xDCEEB1) is known color: Reef. HEX triplet: DC, EE and B1. RGB value is (220,238,177). Sum of RGB (Red+Green+Blue) = 220+238+177=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEB1 is #23114E. Grayscale: #E1E1E1. Windows color (decimal): -2298191 or 11661020. OLE color: 11661020.

HSL color Cylindrical-coordinate representation of color #DCEEB1: hue angle of 77.7º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCEEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 177 -
CMYK 0.08 0 0.26 0.07
HSL 77.7º 0.64% 0.81% -
HSV(B) 77.7º 0.26% 0.93% -
XYZ 68.03 79.54 53.36 -
YUV 225.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 220 238 177 0.08 0 0.26 0.07 77.7 0.64 0.81
Hex DC EE B1 8 0 1A 7 4E 40 51
Octal 334 356 261 10 0 32 7 116 100 121
Binary 11011100 11101110 10110001 1000 0 11010 111 1001110 1000000 1010001

Color Harmonies of #DCEEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEB1

Black with #DCEEB1

Text Example


Text Example

White with #DCEEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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