Html Css Color HEX #CDD9CC Sea Mist

📋 copy color: '#CDD9CC'

red 205 ◦ green 217 ◦ blue 204

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

Shades of Sea Mist #CDD9CC

Tints of Sea Mist #CDD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.66%

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

R = 32.75%
G = 34.66%
B = 32.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CDD9CC (or 0xCDD9CC) is known color: Sea Mist. HEX triplet: CD, D9 and CC. RGB value is (205,217,204). Sum of RGB (Red+Green+Blue) = 205+217+204=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CC is #322633. Grayscale: #D3D3D3. Windows color (decimal): -3286580 or 13425101. OLE color: 13425101.

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

Color convert

RGB 205 217 204 -
CMYK 0.06 0 0.06 0.15
HSL 115.38º 0.15% 0.83% -
HSV(B) 115.38º 0.06% 0.85% -
XYZ 60.89 66.96 66.84 -
YUV 211.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 205 217 204 0.06 0 0.06 0.15 115.38 0.15 0.83
Hex CD D9 CC 6 0 6 F 73 F 53
Octal 315 331 314 6 0 6 17 163 17 123
Binary 11001101 11011001 11001100 110 0 110 1111 1110011 1111 1010011

Color Harmonies of #CDD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9CC

Black with #CDD9CC

Text Example


Text Example

White with #CDD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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