Html Css Color HEX #CCD8CD Sea Mist

📋 copy color: '#CCD8CD'

red 204 ◦ green 216 ◦ blue 205

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

Shades of Sea Mist #CCD8CD

Tints of Sea Mist #CCD8CD

RGB

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

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

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

R = 32.64%
G = 34.56%
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

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

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

Color convert

RGB 204 216 205 -
CMYK 0.06 0 0.05 0.15
HSL 125º 0.13% 0.82% -
HSV(B) 125º 0.06% 0.85% -
XYZ 60.48 66.36 67.38 -
YUV 211.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 204 216 205 0.06 0 0.05 0.15 125 0.13 0.82
Hex CC D8 CD 6 0 5 F 7D D 52
Octal 314 330 315 6 0 5 17 175 15 122
Binary 11001100 11011000 11001101 110 0 101 1111 1111101 1101 1010010

Color Harmonies of #CCD8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8CD

Black with #CCD8CD

Text Example


Text Example

White with #CCD8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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