#CADFAA

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

Shades of Reef #CADFAA

Tints of Reef #CADFAA

Color information

#CADFAA (or 0xCADFAA) is unknown color: approx Reef. HEX triplet: CA, DF and AA. RGB value is (202,223,170). Sum of RGB (Red+Green+Blue) = 202+223+170=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFAA is #352055. Grayscale: #D2D2D2. Windows color (decimal): -3481686 or 11198410. OLE color: 11198410.

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

Color convert

RGB202223170-
CMYK0.0900.240.13
HSL83.77º45.3%77.06%-
HSV(B)83.77º23.77%87.45%-
XYZ5868.2348.14-
YUV210.68105.04121.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=33.95%
G=37.48%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231700.0900.240.1383.7745.377.06
HexCADFAA9018D542d4d
Octal312337252110301512455115
Binary1100101011011111101010101001011000110110101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFAA; }

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

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

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

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

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

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

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

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