#CADCC5

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

Shades of Surf Crest #CADCC5

Tints of Surf Crest #CADCC5

Color information

#CADCC5 (or 0xCADCC5) is unknown color: approx Surf Crest. HEX triplet: CA, DC and C5. RGB value is (202,220,197). Sum of RGB (Red+Green+Blue) = 202+220+197=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCC5 is #35233A. Grayscale: #D4D4D4. Windows color (decimal): -3482427 or 12967114. OLE color: 12967114.

HSL color Cylindrical-coordinate representation of color #CADCC5: hue angle of 106.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADCC5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB202220197-
CMYK0.0800.100.14
HSL106.96º24.73%81.76%-
HSV(B)106.96º10.45%86.27%-
XYZ60.0367.7762.74-
YUV212119.54120.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=32.63%
G=35.54%
B=31.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201970.0800.100.14106.9624.7381.76
HexCADCC580AE6b1952
Octal312334305100121615331122
Binary11001010110111001100010110000101011101101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCC5; }

 p { color: rgb(202,220,197); }

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

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

 a { background-color: rgb(202,220,197); }

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

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

 span { border-color: rgb(202,220,197); }

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