#cadfab

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

Shades of Reef #CADFAB

Tints of Reef #CADFAB

Color information

#CADFAB (or 0xCADFAB) is unknown color: approx Reef. HEX triplet: CA, DF and AB. RGB value is (202,223,171). Sum of RGB (Red+Green+Blue) = 202+223+171=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFAB is #352054. Grayscale: #D2D2D2. Windows color (decimal): -3481685 or 11263946. OLE color: 11263946.

HSL color Cylindrical-coordinate representation of color #CADFAB: hue angle of 84.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CADFAB is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB202223171-
CMYK0.0900.230.13
HSL84.23º44.83%77.25%-
HSV(B)84.23º23.32%87.45%-
XYZ58.168.2748.64-
YUV210.79105.54121.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=33.89%
G=37.42%
B=28.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231710.0900.230.1384.2344.8377.25
HexCADFAB9017D542d4d
Octal312337253110271512455115
Binary1100101011011111101010111001010111110110101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cadfab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cadfab; }

 p { color: rgb(202,223,171); }

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

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

 a { background-color: rgb(202,223,171); }

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

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

 span { border-color: rgb(202,223,171); }

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