#CADFB0

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

Shades of Reef #CADFB0

Tints of Reef #CADFB0

Color information

#CADFB0 (or 0xCADFB0) is unknown color: approx Reef. HEX triplet: CA, DF and B0. RGB value is (202,223,176). Sum of RGB (Red+Green+Blue) = 202+223+176=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFB0 is #35204F. Grayscale: #D3D3D3. Windows color (decimal): -3481680 or 11591626. OLE color: 11591626.

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

Color convert

RGB202223176-
CMYK0.0900.210.13
HSL86.81º42.34%78.24%-
HSV(B)86.81º21.08%87.45%-
XYZ58.5868.4751.2-
YUV211.36108.04121.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=33.61%
G=37.10%
B=29.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231760.0900.210.1386.8142.3478.24
HexCADFB09015D572a4e
Octal312337260110251512752116
Binary1100101011011111101100001001010101110110101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFB0; }

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

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

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

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

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

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

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

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