#CADDA7

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

Shades of Reef #CADDA7

Tints of Reef #CADDA7

Color information

#CADDA7 (or 0xCADDA7) is unknown color: approx Reef. HEX triplet: CA, DD and A7. RGB value is (202,221,167). Sum of RGB (Red+Green+Blue) = 202+221+167=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA7 is #352258. Grayscale: #D1D1D1. Windows color (decimal): -3482201 or 11001290. OLE color: 11001290.

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

Color convert

RGB202221167-
CMYK0.0900.240.13
HSL81.11º44.26%76.08%-
HSV(B)81.11º24.43%86.67%-
XYZ57.1967.0646.49-
YUV209.16104.21122.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 167 (65.62% from 255) = 28.31%
R=34.24%
G=37.46%
B=28.31%

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
Decimal2022211670.0900.240.1381.1144.2676.08
HexCADDA79018D512c4c
Octal312335247110301512154114
Binary1100101011011101101001111001011000110110100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDA7; }

 p { color: rgb(202,221,167); }

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

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

 a { background-color: rgb(202,221,167); }

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

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

 span { border-color: rgb(202,221,167); }

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