#DCEFAD

Color #DCEFAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCEFAD

Tints of Reef #DCEFAD

Color information

#DCEFAD (or 0xDCEFAD) is unknown color: approx Reef. HEX triplet: DC, EF and AD. RGB value is (220,239,173). Sum of RGB (Red+Green+Blue) = 220+239+173=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAD is #231052. Grayscale: #E2E2E2. Windows color (decimal): -2297939 or 11399132. OLE color: 11399132.

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

Color convert

RGB220239173-
CMYK0.0800.280.06
HSL77.27º67.35%80.78%-
HSV(B)77.27º27.62%93.73%-
XYZ67.9279.9751.39-
YUV225.898.21123.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=34.81%
G=37.82%
B=27.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391730.0800.280.0677.2767.3580.78
HexDCEFAD801C64d4351
Octal334357255100346115103121
Binary1101110011101111101011011000011100110100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFAD; }

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

 H1.HeaderClassName
 {
   color: #DCEFAD;
 }
 .AnyTagClassName
 {
   color: #DCEFAD;
 }
</style>
background-color css

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

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

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

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

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

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