Html Css Color HEX #CCC0DB Fog

📋 copy color: '#CCC0DB'

red 204 ◦ green 192 ◦ blue 219

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

Shades of Fog #CCC0DB

Tints of Fog #CCC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.22%

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 33.17%
G = 31.22%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC0DB (or 0xCCC0DB) is known color: Fog. HEX triplet: CC, C0 and DB. RGB value is (204,192,219). Sum of RGB (Red+Green+Blue) = 204+192+219=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DB is #333F24. Grayscale: #C6C6C6. Windows color (decimal): -3358501 or 14401740. OLE color: 14401740.

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

Color convert

RGB 204 192 219 -
CMYK 0.07 0.12 0 0.14
HSL 266.67º 0.27% 0.81% -
HSV(B) 266.67º 0.12% 0.86% -
XYZ 56.54 55.65 74.78 -
YUV 198.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 204 192 219 0.07 0.12 0 0.14 266.67 0.27 0.81
Hex CC C0 DB 7 C 0 E 10B 1B 51
Octal 314 300 333 7 14 0 16 413 33 121
Binary 11001100 11000000 11011011 111 1100 0 1110 100001011 11011 1010001

Color Harmonies of #CCC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0DB

Black with #CCC0DB

Text Example


Text Example

White with #CCC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0DB; }

 p { color: rgb(204,192,219); }

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

background-color css

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

 a { background-color: rgb(204,192,219); }

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

border-color css

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

 span { border-color: rgb(204,192,219); }

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