Html Css Color HEX #CDDDCC Sea Mist

📋 copy color: '#CDDDCC'

red 205 ◦ green 221 ◦ blue 204

#CDDDCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #CDDDCC

Tints of Sea Mist #CDDDCC

RGB

 RED value IS 205 (80.47% from 255) = 32.54%

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 32.54%
G = 35.08%
B = 32.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CDDDCC (or 0xCDDDCC) is known color: Sea Mist. HEX triplet: CD, DD and CC. RGB value is (205,221,204). Sum of RGB (Red+Green+Blue) = 205+221+204=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCC is #322233. Grayscale: #D6D6D6. Windows color (decimal): -3285556 or 13426125. OLE color: 13426125.

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

Color convert

RGB 205 221 204 -
CMYK 0.07 0 0.08 0.13
HSL 116.47º 0.2% 0.83% -
HSV(B) 116.47º 0.08% 0.87% -
XYZ 61.93 69.05 67.19 -
YUV 214.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 205 221 204 0.07 0 0.08 0.13 116.47 0.2 0.83
Hex CD DD CC 7 0 8 D 74 14 53
Octal 315 335 314 7 0 10 15 164 24 123
Binary 11001101 11011101 11001100 111 0 1000 1101 1110100 10100 1010011

Color Harmonies of #CDDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDCC

Black with #CDDDCC

Text Example


Text Example

White with #CDDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDCC; }

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

 H1.HeaderClassName
 {
   color: #CDDDCC;
 }
 .AnyTagClassName
 {
   color: #CDDDCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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