#CDDCCE

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

Shades of Sea Mist #CDDCCE

Tints of Sea Mist #CDDCCE

Color information

#CDDCCE (or 0xCDDCCE) is unknown color: approx Sea Mist. HEX triplet: CD, DC and CE. RGB value is (205,220,206). Sum of RGB (Red+Green+Blue) = 205+220+206=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCE is #322331. Grayscale: #D5D5D5. Windows color (decimal): -3285810 or 13556941. OLE color: 13556941.

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

Color convert

RGB205220206-
CMYK0.0700.060.14
HSL124º17.65%83.33%-
HSV(B)124º6.82%86.27%-
XYZ61.9168.6268.37-
YUV213.92123.53121.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=32.49%
G=34.87%
B=32.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202060.0700.060.1412417.6583.33
HexCDDCCE706E7c1253
Octal3153343167061617422123
Binary110011011101110011001110111011011101111100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCCE; }

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

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

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

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

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

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

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

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