Html Css Color HEX #CCD6CD Sea Mist

📋 copy color: '#CCD6CD'

red 204 ◦ green 214 ◦ blue 205

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

Shades of Sea Mist #CCD6CD

Tints of Sea Mist #CCD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 32.74%
G = 34.35%
B = 32.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CCD6CD (or 0xCCD6CD) is known color: Sea Mist. HEX triplet: CC, D6 and CD. RGB value is (204,214,205). Sum of RGB (Red+Green+Blue) = 204+214+205=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CD is #332932. Grayscale: #D2D2D2. Windows color (decimal): -3352883 or 13489868. OLE color: 13489868.

HSL color Cylindrical-coordinate representation of color #CCD6CD: hue angle of 126º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD6CD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 205 -
CMYK 0.05 0 0.04 0.16
HSL 126º 0.11% 0.82% -
HSV(B) 126º 0.05% 0.84% -
XYZ 59.97 65.34 67.21 -
YUV 209.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 204 214 205 0.05 0 0.04 0.16 126 0.11 0.82
Hex CC D6 CD 5 0 4 10 7E B 52
Octal 314 326 315 5 0 4 20 176 13 122
Binary 11001100 11010110 11001101 101 0 100 10000 1111110 1011 1010010

Color Harmonies of #CCD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6CD

Black with #CCD6CD

Text Example


Text Example

White with #CCD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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