Html Css Color HEX #CCC0F0 Fog

📋 copy color: '#CCC0F0'

red 204 ◦ green 192 ◦ blue 240

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

Shades of Fog #CCC0F0

Tints of Fog #CCC0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCC0F0 (or 0xCCC0F0) is known color: Fog. HEX triplet: CC, C0 and F0. RGB value is (204,192,240). Sum of RGB (Red+Green+Blue) = 204+192+240=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCC0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F0 is #333F0F. Grayscale: #C8C8C8. Windows color (decimal): -3358480 or 15777996. OLE color: 15777996.

HSL color Cylindrical-coordinate representation of color #CCC0F0: hue angle of 255º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC0F0 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 192 240 -
CMYK 0.15 0.20 0 0.06
HSL 255º 0.62% 0.85% -
HSV(B) 255º 0.2% 0.94% -
XYZ 59.48 56.83 90.27 -
YUV 201.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 204 192 240 0.15 0.20 0 0.06 255 0.62 0.85
Hex CC C0 F0 F 14 0 6 FF 3E 55
Octal 314 300 360 17 24 0 6 377 76 125
Binary 11001100 11000000 11110000 1111 10100 0 110 11111111 111110 1010101

Color Harmonies of #CCC0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0F0

Black with #CCC0F0

Text Example


Text Example

White with #CCC0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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