Html Css Color HEX #CCDDCB Sea Mist

📋 copy color: '#CCDDCB'

red 204 ◦ green 221 ◦ blue 203

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

Shades of Sea Mist #CCDDCB

Tints of Sea Mist #CCDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

 BLUE value IS 203 (79.69% from 255) = 32.32%

R = 32.48%
G = 35.19%
B = 32.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CCDDCB (or 0xCCDDCB) is known color: Sea Mist. HEX triplet: CC, DD and CB. RGB value is (204,221,203). Sum of RGB (Red+Green+Blue) = 204+221+203=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCB is #332234. Grayscale: #D5D5D5. Windows color (decimal): -3351093 or 13360588. OLE color: 13360588.

HSL color Cylindrical-coordinate representation of color #CCDDCB: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDCB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 203 -
CMYK 0.08 0 0.08 0.13
HSL 116.67º 0.21% 0.83% -
HSV(B) 116.67º 0.08% 0.87% -
XYZ 61.54 68.86 66.55 -
YUV 213.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 204 221 203 0.08 0 0.08 0.13 116.67 0.21 0.83
Hex CC DD CB 8 0 8 D 75 15 53
Octal 314 335 313 10 0 10 15 165 25 123
Binary 11001100 11011101 11001011 1000 0 1000 1101 1110101 10101 1010011

Color Harmonies of #CCDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDCB

Black with #CCDDCB

Text Example


Text Example

White with #CCDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDCB; }

 p { color: rgb(204,221,203); }

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

background-color css

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

 a { background-color: rgb(204,221,203); }

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

border-color css

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

 span { border-color: rgb(204,221,203); }

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