#CDDACC

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

Shades of Sea Mist #CDDACC

Tints of Sea Mist #CDDACC

Color information

#CDDACC (or 0xCDDACC) is unknown color: approx Sea Mist. HEX triplet: CD, DA and CC. RGB value is (205,218,204). Sum of RGB (Red+Green+Blue) = 205+218+204=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDACC is #322533. Grayscale: #D4D4D4. Windows color (decimal): -3286324 or 13425357. OLE color: 13425357.

HSL color Cylindrical-coordinate representation of color #CDDACC: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDACC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB205218204-
CMYK0.0600.060.15
HSL115.71º15.91%82.75%-
HSV(B)115.71º6.42%85.49%-
XYZ61.1567.4866.93-
YUV212.52123.19122.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=32.70%
G=34.77%
B=32.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052182040.0600.060.15115.7115.9182.75
HexCDDACC606F741053
Octal3153323146061716420123
Binary110011011101101011001100110011011111110100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDACC; }

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

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

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

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

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

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

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

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