Html Css Color HEX #CCD3CD Sea Mist

📋 copy color: '#CCD3CD'

red 204 ◦ green 211 ◦ blue 205

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

Shades of Sea Mist #CCD3CD

Tints of Sea Mist #CCD3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.03%

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

R = 32.9%
G = 34.03%
B = 33.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#CCD3CD (or 0xCCD3CD) is known color: Sea Mist. HEX triplet: CC, D3 and CD. RGB value is (204,211,205). Sum of RGB (Red+Green+Blue) = 204+211+205=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3CD is #332C32. Grayscale: #D0D0D0. Windows color (decimal): -3353651 or 13489100. OLE color: 13489100.

HSL color Cylindrical-coordinate representation of color #CCD3CD: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD3CD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 205 -
CMYK 0.03 0 0.03 0.17
HSL 128.57º 0.07% 0.81% -
HSV(B) 128.57º 0.03% 0.83% -
XYZ 59.22 63.83 66.96 -
YUV 208.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 204 211 205 0.03 0 0.03 0.17 128.57 0.07 0.81
Hex CC D3 CD 3 0 3 11 81 7 51
Octal 314 323 315 3 0 3 21 201 7 121
Binary 11001100 11010011 11001101 11 0 11 10001 10000001 111 1010001

Color Harmonies of #CCD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3CD

Black with #CCD3CD

Text Example


Text Example

White with #CCD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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