Html Css Color HEX #DCEFAA Reef

📋 copy color: '#DCEFAA'

red 220 ◦ green 239 ◦ blue 170

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

Shades of Reef #DCEFAA

Tints of Reef #DCEFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 34.98%
G = 38%
B = 27.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#DCEFAA (or 0xDCEFAA) is known color: Reef. HEX triplet: DC, EF and AA. RGB value is (220,239,170). Sum of RGB (Red+Green+Blue) = 220+239+170=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAA is #231055. Grayscale: #E1E1E1. Windows color (decimal): -2297942 or 11202524. OLE color: 11202524.

HSL color Cylindrical-coordinate representation of color #DCEFAA: hue angle of 76.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCEFAA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 170 -
CMYK 0.08 0 0.29 0.06
HSL 76.52º 0.68% 0.8% -
HSV(B) 76.52º 0.29% 0.94% -
XYZ 67.64 79.85 49.88 -
YUV 225.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 220 239 170 0.08 0 0.29 0.06 76.52 0.68 0.8
Hex DC EF AA 8 0 1D 6 4D 44 50
Octal 334 357 252 10 0 35 6 115 104 120
Binary 11011100 11101111 10101010 1000 0 11101 110 1001101 1000100 1010000

Color Harmonies of #DCEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFAA

Black with #DCEFAA

Text Example


Text Example

White with #DCEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFAA; }

 p { color: rgb(220,239,170); }

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

background-color css

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

 a { background-color: rgb(220,239,170); }

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

border-color css

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

 span { border-color: rgb(220,239,170); }

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