Html Css Color HEX #DCEEAB Reef

📋 copy color: '#DCEEAB'

red 220 ◦ green 238 ◦ blue 171

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

Shades of Reef #DCEEAB

Tints of Reef #DCEEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.19%

R = 34.98%
G = 37.84%
B = 27.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#DCEEAB (or 0xDCEEAB) is known color: Reef. HEX triplet: DC, EE and AB. RGB value is (220,238,171). Sum of RGB (Red+Green+Blue) = 220+238+171=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAB is #231154. Grayscale: #E1E1E1. Windows color (decimal): -2298197 or 11267804. OLE color: 11267804.

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

Color convert

RGB 220 238 171 -
CMYK 0.08 0 0.28 0.07
HSL 76.12º 0.66% 0.8% -
HSV(B) 76.12º 0.28% 0.93% -
XYZ 67.44 79.3 50.28 -
YUV 224.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 220 238 171 0.08 0 0.28 0.07 76.12 0.66 0.8
Hex DC EE AB 8 0 1C 7 4C 42 50
Octal 334 356 253 10 0 34 7 114 102 120
Binary 11011100 11101110 10101011 1000 0 11100 111 1001100 1000010 1010000

Color Harmonies of #DCEEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEAB

Black with #DCEEAB

Text Example


Text Example

White with #DCEEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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