Shades of Fog #CECAD2
Tints of Fog #CECAD2
RGB
CMYK
RGB Variations
Color information
#CECAD2 (or 0xCECAD2) is known color: Fog. HEX triplet: CE, CA and D2. RGB value is (206,202,210). Sum of RGB (Red+Green+Blue) = 206+202+210=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 210 - color contains mainly: blue. Hex color #CECAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD2 is #31352D. Grayscale: #CCCCCC. Windows color (decimal): -3224878 or 13814478. OLE color: 13814478.
HSL color Cylindrical-coordinate representation of color #CECAD2: hue angle of 270º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECAD2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 202 | 210 | - |
CMYK | 0.02 | 0.04 | 0 | 0.18 |
HSL | 270º | 0.08% | 0.81% | - |
HSV(B) | 270º | 0.04% | 0.82% | - |
XYZ | 58.21 | 60.02 | 69.49 | - |
YUV | 204.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 210 | 0.02 | 0.04 | 0 | 0.18 | 270 | 0.08 | 0.81 |
Hex | CE | CA | D2 | 2 | 4 | 0 | 12 | 10E | 8 | 51 |
Octal | 316 | 312 | 322 | 2 | 4 | 0 | 22 | 416 | 10 | 121 |
Binary | 11001110 | 11001010 | 11010010 | 10 | 100 | 0 | 10010 | 100001110 | 1000 | 1010001 |
Color Harmonies of #CECAD2
Complementary color
Monochromatic Colors of #CECAD2
Black with #CECAD2
Text Example
Text Example
White with #CECAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD2; }
p { color: rgb(206,202,210); }
H1.HeaderClassName
{
color: #CECAD2;
}
.AnyTagClassName
{
color: #CECAD2;
}
</style>
background-color css
<style>
a { background-color: #CECAD2; }
a { background-color: rgb(206,202,210); }
div.DivClassName
{
background-color: #CECAD2;
}
.BgClassName
{
background-color: #CECAD2;
}
</style>
border-color css
<style>
span { border-color: #CECAD2; }
span { border-color: rgb(206,202,210); }
td.TdClassName
{
border-color: #CECAD2;
}
.TagClassName
{
border-color: #CECAD2;
}
</style>