Html Css Color HEX #CCC0D9 Fog

📋 copy color: '#CCC0D9'

red 204 ◦ green 192 ◦ blue 217

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

Shades of Fog #CCC0D9

Tints of Fog #CCC0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 33.28%
G = 31.32%
B = 35.4%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC0D9 (or 0xCCC0D9) is known color: Fog. HEX triplet: CC, C0 and D9. RGB value is (204,192,217). Sum of RGB (Red+Green+Blue) = 204+192+217=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D9 is #333F26. Grayscale: #C6C6C6. Windows color (decimal): -3358503 or 14270668. OLE color: 14270668.

HSL color Cylindrical-coordinate representation of color #CCC0D9: hue angle of 268.8º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC0D9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 192 217 -
CMYK 0.06 0.12 0 0.15
HSL 268.8º 0.25% 0.8% -
HSV(B) 268.8º 0.12% 0.85% -
XYZ 56.28 55.55 73.4 -
YUV 198.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 204 192 217 0.06 0.12 0 0.15 268.8 0.25 0.8
Hex CC C0 D9 6 C 0 F 10D 19 50
Octal 314 300 331 6 14 0 17 415 31 120
Binary 11001100 11000000 11011001 110 1100 0 1111 100001101 11001 1010000

Color Harmonies of #CCC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0D9

Black with #CCC0D9

Text Example


Text Example

White with #CCC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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