#CADDC0

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

Shades of Surf Crest #CADDC0

Tints of Surf Crest #CADDC0

Color information

#CADDC0 (or 0xCADDC0) is unknown color: approx Surf Crest. HEX triplet: CA, DD and C0. RGB value is (202,221,192). Sum of RGB (Red+Green+Blue) = 202+221+192=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC0 is #35223F. Grayscale: #D4D4D4. Windows color (decimal): -3482176 or 12639690. OLE color: 12639690.

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

Color convert

RGB202221192-
CMYK0.0900.130.13
HSL99.31º29.9%80.98%-
HSV(B)99.31º13.12%86.67%-
XYZ59.7368.0859.86-
YUV212.01116.71120.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=32.85%
G=35.93%
B=31.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211920.0900.130.1399.3129.980.98
HexCADDC090DD631e51
Octal312335300110151514336121
Binary11001010110111011100000010010110111011100011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDC0; }

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

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

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

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

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

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

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

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