#CDDCCC

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

Shades of Sea Mist #CDDCCC

Tints of Sea Mist #CDDCCC

Color information

#CDDCCC (or 0xCDDCCC) is unknown color: approx Sea Mist. HEX triplet: CD, DC and CC. RGB value is (205,220,204). Sum of RGB (Red+Green+Blue) = 205+220+204=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCC is #322333. Grayscale: #D5D5D5. Windows color (decimal): -3285812 or 13425869. OLE color: 13425869.

HSL color Cylindrical-coordinate representation of color #CDDCCC: hue angle of 116.25º degrees, saturation: 0.19, 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 #CDDCCC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB205220204-
CMYK0.0700.070.14
HSL116.25º18.6%83.14%-
HSV(B)116.25º7.27%86.27%-
XYZ61.6768.5367.1-
YUV213.69122.53121.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=32.59%
G=34.98%
B=32.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202040.0700.070.14116.2518.683.14
HexCDDCCC707E741353
Octal3153343147071616423123
Binary110011011101110011001100111011111101110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCCC; }

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

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

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

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

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

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

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

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