Html Css Color HEX #CCDCCD Sea Mist

📋 copy color: '#CCDCCD'

red 204 ◦ green 220 ◦ blue 205

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

Shades of Sea Mist #CCDCCD

Tints of Sea Mist #CCDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.98%

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

R = 32.43%
G = 34.98%
B = 32.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CCDCCD (or 0xCCDCCD) is known color: Sea Mist. HEX triplet: CC, DC and CD. RGB value is (204,220,205). Sum of RGB (Red+Green+Blue) = 204+220+205=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCD is #332332. Grayscale: #D5D5D5. Windows color (decimal): -3351347 or 13491404. OLE color: 13491404.

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

Color convert

RGB 204 220 205 -
CMYK 0.07 0 0.07 0.14
HSL 123.75º 0.19% 0.83% -
HSV(B) 123.75º 0.07% 0.86% -
XYZ 61.51 68.43 67.72 -
YUV 213.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 204 220 205 0.07 0 0.07 0.14 123.75 0.19 0.83
Hex CC DC CD 7 0 7 E 7C 13 53
Octal 314 334 315 7 0 7 16 174 23 123
Binary 11001100 11011100 11001101 111 0 111 1110 1111100 10011 1010011

Color Harmonies of #CCDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCCD

Black with #CCDCCD

Text Example


Text Example

White with #CCDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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