#DCEFAB

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

Shades of Reef #DCEFAB

Tints of Reef #DCEFAB

Color information

#DCEFAB (or 0xDCEFAB) is unknown color: approx Reef. HEX triplet: DC, EF and AB. RGB value is (220,239,171). Sum of RGB (Red+Green+Blue) = 220+239+171=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAB is #231054. Grayscale: #E1E1E1. Windows color (decimal): -2297941 or 11268060. OLE color: 11268060.

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

Color convert

RGB220239171-
CMYK0.0800.280.06
HSL76.76º68%80.39%-
HSV(B)76.76º28.45%93.73%-
XYZ67.7379.8950.38-
YUV225.5797.21124.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=34.92%
G=37.94%
B=27.14%

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
Decimal2202391710.0800.280.0676.766880.39
HexDCEFAB801C64d4450
Octal334357253100346115104120
Binary1101110011101111101010111000011100110100110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFAB; }

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

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

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

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

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

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

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

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