Html Css Color HEX #CCC1DB Fog

📋 copy color: '#CCC1DB'

red 204 ◦ green 193 ◦ blue 219

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

Shades of Fog #CCC1DB

Tints of Fog #CCC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.33%

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

R = 33.12%
G = 31.33%
B = 35.55%

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

#CCC1DB (or 0xCCC1DB) is known color: Fog. HEX triplet: CC, C1 and DB. RGB value is (204,193,219). Sum of RGB (Red+Green+Blue) = 204+193+219=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DB is #333E24. Grayscale: #C7C7C7. Windows color (decimal): -3358245 or 14401996. OLE color: 14401996.

HSL color Cylindrical-coordinate representation of color #CCC1DB: hue angle of 265.38º 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 #CCC1DB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 193 219 -
CMYK 0.07 0.12 0 0.14
HSL 265.38º 0.27% 0.81% -
HSV(B) 265.38º 0.12% 0.86% -
XYZ 56.76 56.09 74.85 -
YUV 199.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 204 193 219 0.07 0.12 0 0.14 265.38 0.27 0.81
Hex CC C1 DB 7 C 0 E 109 1B 51
Octal 314 301 333 7 14 0 16 411 33 121
Binary 11001100 11000001 11011011 111 1100 0 1110 100001001 11011 1010001

Color Harmonies of #CCC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1DB

Black with #CCC1DB

Text Example


Text Example

White with #CCC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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