Html Css Color HEX #CDD9CE Sea Mist

📋 copy color: '#CDD9CE'

red 205 ◦ green 217 ◦ blue 206

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

Shades of Sea Mist #CDD9CE

Tints of Sea Mist #CDD9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 32.64%
G = 34.55%
B = 32.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CDD9CE (or 0xCDD9CE) is known color: Sea Mist. HEX triplet: CD, D9 and CE. RGB value is (205,217,206). Sum of RGB (Red+Green+Blue) = 205+217+206=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CE is #322631. Grayscale: #D4D4D4. Windows color (decimal): -3286578 or 13556173. OLE color: 13556173.

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

Color convert

RGB 205 217 206 -
CMYK 0.06 0 0.05 0.15
HSL 125º 0.14% 0.83% -
HSV(B) 125º 0.06% 0.85% -
XYZ 61.13 67.06 68.11 -
YUV 212.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 205 217 206 0.06 0 0.05 0.15 125 0.14 0.83
Hex CD D9 CE 6 0 5 F 7D E 53
Octal 315 331 316 6 0 5 17 175 16 123
Binary 11001101 11011001 11001110 110 0 101 1111 1111101 1110 1010011

Color Harmonies of #CDD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9CE

Black with #CDD9CE

Text Example


Text Example

White with #CDD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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