#DAFCAB

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

Shades of Reef #DAFCAB

Tints of Reef #DAFCAB

Color information

#DAFCAB (or 0xDAFCAB) is unknown color: approx Reef. HEX triplet: DA, FC and AB. RGB value is (218,252,171). Sum of RGB (Red+Green+Blue) = 218+252+171=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCAB is #250354. Grayscale: #E8E8E8. Windows color (decimal): -2425685 or 11271386. OLE color: 11271386.

HSL color Cylindrical-coordinate representation of color #DAFCAB: hue angle of 85.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFCAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB218252171-
CMYK0.1300.320.01
HSL85.19º93.1%82.94%-
HSV(B)85.19º32.14%98.82%-
XYZ71.0787.4751.66-
YUV232.693.24117.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 171 (67.19% from 255) = 26.68%
R=34.01%
G=39.31%
B=26.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521710.1300.320.0185.1993.182.94
HexDAFCABD0201555d53
Octal332374253150401125135123
Binary110110101111110010101011110101000001101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCAB; }

 p { color: rgb(218,252,171); }

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

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

 a { background-color: rgb(218,252,171); }

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

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

 span { border-color: rgb(218,252,171); }

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