#CADAC6

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

Shades of Surf Crest #CADAC6

Tints of Surf Crest #CADAC6

Color information

#CADAC6 (or 0xCADAC6) is unknown color: approx Surf Crest. HEX triplet: CA, DA and C6. RGB value is (202,218,198). Sum of RGB (Red+Green+Blue) = 202+218+198=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAC6 is #352539. Grayscale: #D3D3D3. Windows color (decimal): -3482938 or 13032138. OLE color: 13032138.

HSL color Cylindrical-coordinate representation of color #CADAC6: hue angle of 108º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADAC6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB202218198-
CMYK0.0700.090.15
HSL108º21.28%81.57%-
HSV(B)108º9.17%85.49%-
XYZ59.6266.7863.17-
YUV210.94120.7121.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=32.69%
G=35.28%
B=32.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181980.0700.090.1510821.2881.57
HexCADAC6709F6c1552
Octal31233230670111715425122
Binary1100101011011010110001101110100111111101100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAC6; }

 p { color: rgb(202,218,198); }

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

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

 a { background-color: rgb(202,218,198); }

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

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

 span { border-color: rgb(202,218,198); }

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