Html Css Color HEX #CDDECC Sea Mist

📋 copy color: '#CDDECC'

red 205 ◦ green 222 ◦ blue 204

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

Shades of Sea Mist #CDDECC

Tints of Sea Mist #CDDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.18%

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

R = 32.49%
G = 35.18%
B = 32.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CDDECC (or 0xCDDECC) is known color: Sea Mist. HEX triplet: CD, DE and CC. RGB value is (205,222,204). Sum of RGB (Red+Green+Blue) = 205+222+204=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDECC is #322133. Grayscale: #D6D6D6. Windows color (decimal): -3285300 or 13426381. OLE color: 13426381.

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

Color convert

RGB 205 222 204 -
CMYK 0.08 0 0.08 0.13
HSL 116.67º 0.21% 0.84% -
HSV(B) 116.67º 0.08% 0.87% -
XYZ 62.2 69.58 67.28 -
YUV 214.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 205 222 204 0.08 0 0.08 0.13 116.67 0.21 0.84
Hex CD DE CC 8 0 8 D 75 15 54
Octal 315 336 314 10 0 10 15 165 25 124
Binary 11001101 11011110 11001100 1000 0 1000 1101 1110101 10101 1010100

Color Harmonies of #CDDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDECC

Black with #CDDECC

Text Example


Text Example

White with #CDDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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