#CADCC0

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

Shades of Surf Crest #CADCC0

Tints of Surf Crest #CADCC0

Color information

#CADCC0 (or 0xCADCC0) is unknown color: approx Surf Crest. HEX triplet: CA, DC and C0. RGB value is (202,220,192). Sum of RGB (Red+Green+Blue) = 202+220+192=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCC0 is #35233F. Grayscale: #D3D3D3. Windows color (decimal): -3482432 or 12639434. OLE color: 12639434.

HSL color Cylindrical-coordinate representation of color #CADCC0: hue angle of 98.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADCC0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB202220192-
CMYK0.0800.130.14
HSL98.57º28.57%80.78%-
HSV(B)98.57º12.73%86.27%-
XYZ59.4667.5559.77-
YUV211.43117.04121.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=32.90%
G=35.83%
B=31.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201920.0800.130.1498.5728.5780.78
HexCADCC080DE631d51
Octal312334300100151614335121
Binary11001010110111001100000010000110111101100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCC0; }

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

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

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

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

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

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

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

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