Html Css Color HEX #CCC2EF Fog

📋 copy color: '#CCC2EF'

red 204 ◦ green 194 ◦ blue 239

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

Shades of Fog #CCC2EF

Tints of Fog #CCC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.46%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 32.03%
G = 30.46%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCC2EF (or 0xCCC2EF) is known color: Fog. HEX triplet: CC, C2 and EF. RGB value is (204,194,239). Sum of RGB (Red+Green+Blue) = 204+194+239=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EF is #333D10. Grayscale: #C9C9C9. Windows color (decimal): -3357969 or 15712972. OLE color: 15712972.

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

Color convert

RGB 204 194 239 -
CMYK 0.15 0.19 0 0.06
HSL 253.33º 0.58% 0.85% -
HSV(B) 253.33º 0.19% 0.94% -
XYZ 59.77 57.65 89.64 -
YUV 202.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 204 194 239 0.15 0.19 0 0.06 253.33 0.58 0.85
Hex CC C2 EF F 13 0 6 FD 3A 55
Octal 314 302 357 17 23 0 6 375 72 125
Binary 11001100 11000010 11101111 1111 10011 0 110 11111101 111010 1010101

Color Harmonies of #CCC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2EF

Black with #CCC2EF

Text Example


Text Example

White with #CCC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2EF; }

 p { color: rgb(204,194,239); }

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

background-color css

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

 a { background-color: rgb(204,194,239); }

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

border-color css

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

 span { border-color: rgb(204,194,239); }

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