#CADCCB

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

Shades of Sea Mist #CADCCB

Tints of Sea Mist #CADCCB

Color information

#CADCCB (or 0xCADCCB) is unknown color: approx Sea Mist. HEX triplet: CA, DC and CB. RGB value is (202,220,203). Sum of RGB (Red+Green+Blue) = 202+220+203=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCB is #352334. Grayscale: #D4D4D4. Windows color (decimal): -3482421 or 13360330. OLE color: 13360330.

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

Color convert

RGB202220203-
CMYK0.0800.080.14
HSL123.33º20.45%82.75%-
HSV(B)123.33º8.18%86.27%-
XYZ60.7368.0566.43-
YUV212.68122.54120.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=32.32%
G=35.2%
B=32.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022202030.0800.080.14123.3320.4582.75
HexCADCCB808E7b1453
Octal312334313100101617324123
Binary11001010110111001100101110000100011101111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCCB; }

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

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

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

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

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

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

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

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