Html Css Color HEX #CDD8CC Sea Mist

📋 copy color: '#CDD8CC'

red 205 ◦ green 216 ◦ blue 204

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

Shades of Sea Mist #CDD8CC

Tints of Sea Mist #CDD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.56%

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

R = 32.8%
G = 34.56%
B = 32.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CDD8CC (or 0xCDD8CC) is known color: Sea Mist. HEX triplet: CD, D8 and CC. RGB value is (205,216,204). Sum of RGB (Red+Green+Blue) = 205+216+204=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8CC is #322733. Grayscale: #D3D3D3. Windows color (decimal): -3286836 or 13424845. OLE color: 13424845.

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

Color convert

RGB 205 216 204 -
CMYK 0.05 0 0.06 0.15
HSL 115º 0.13% 0.82% -
HSV(B) 115º 0.06% 0.85% -
XYZ 60.63 66.45 66.76 -
YUV 211.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 205 216 204 0.05 0 0.06 0.15 115 0.13 0.82
Hex CD D8 CC 5 0 6 F 73 D 52
Octal 315 330 314 5 0 6 17 163 15 122
Binary 11001101 11011000 11001100 101 0 110 1111 1110011 1101 1010010

Color Harmonies of #CDD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8CC

Black with #CDD8CC

Text Example


Text Example

White with #CDD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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