#CDDDCE

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

Shades of Sea Mist #CDDDCE

Tints of Sea Mist #CDDDCE

Color information

#CDDDCE (or 0xCDDDCE) is unknown color: approx Sea Mist. HEX triplet: CD, DD and CE. RGB value is (205,221,206). Sum of RGB (Red+Green+Blue) = 205+221+206=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCE is #322231. Grayscale: #D6D6D6. Windows color (decimal): -3285554 or 13557197. OLE color: 13557197.

HSL color Cylindrical-coordinate representation of color #CDDDCE: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDCE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB205221206-
CMYK0.0700.070.13
HSL123.75º19.05%83.53%-
HSV(B)123.75º7.24%86.67%-
XYZ62.1769.1568.46-
YUV214.51123.2121.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=32.44%
G=34.97%
B=32.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052212060.0700.070.13123.7519.0583.53
HexCDDDCE707D7c1354
Octal3153353167071517423124
Binary110011011101110111001110111011111011111100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDCE; }

 p { color: rgb(205,221,206); }

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

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

 a { background-color: rgb(205,221,206); }

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

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

 span { border-color: rgb(205,221,206); }

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