Html Css Color HEX #DCEFAF Reef

📋 copy color: '#DCEFAF'

red 220 ◦ green 239 ◦ blue 175

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

Shades of Reef #DCEFAF

Tints of Reef #DCEFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.6%

R = 34.7%
G = 37.7%
B = 27.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#DCEFAF (or 0xDCEFAF) is known color: Reef. HEX triplet: DC, EF and AF. RGB value is (220,239,175). Sum of RGB (Red+Green+Blue) = 220+239+175=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAF is #231050. Grayscale: #E2E2E2. Windows color (decimal): -2297937 or 11530204. OLE color: 11530204.

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

Color convert

RGB 220 239 175 -
CMYK 0.08 0 0.27 0.06
HSL 77.81º 0.67% 0.81% -
HSV(B) 77.81º 0.27% 0.94% -
XYZ 68.12 80.04 52.42 -
YUV 226.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 220 239 175 0.08 0 0.27 0.06 77.81 0.67 0.81
Hex DC EF AF 8 0 1B 6 4E 43 51
Octal 334 357 257 10 0 33 6 116 103 121
Binary 11011100 11101111 10101111 1000 0 11011 110 1001110 1000011 1010001

Color Harmonies of #DCEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFAF

Black with #DCEFAF

Text Example


Text Example

White with #DCEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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