Html Css Color HEX #CCC3EB Fog

📋 copy color: '#CCC3EB'

red 204 ◦ green 195 ◦ blue 235

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

Shades of Fog #CCC3EB

Tints of Fog #CCC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.76%

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 32.18%
G = 30.76%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCC3EB (or 0xCCC3EB) is known color: Fog. HEX triplet: CC, C3 and EB. RGB value is (204,195,235). Sum of RGB (Red+Green+Blue) = 204+195+235=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EB is #333C14. Grayscale: #CACACA. Windows color (decimal): -3357717 or 15451084. OLE color: 15451084.

HSL color Cylindrical-coordinate representation of color #CCC3EB: hue angle of 253.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC3EB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 195 235 -
CMYK 0.13 0.17 0 0.08
HSL 253.5º 0.5% 0.84% -
HSV(B) 253.5º 0.17% 0.92% -
XYZ 59.41 57.87 86.64 -
YUV 202.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 204 195 235 0.13 0.17 0 0.08 253.5 0.5 0.84
Hex CC C3 EB D 11 0 8 FE 32 54
Octal 314 303 353 15 21 0 10 376 62 124
Binary 11001100 11000011 11101011 1101 10001 0 1000 11111110 110010 1010100

Color Harmonies of #CCC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3EB

Black with #CCC3EB

Text Example


Text Example

White with #CCC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3EB; }

 p { color: rgb(204,195,235); }

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

background-color css

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

 a { background-color: rgb(204,195,235); }

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

border-color css

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

 span { border-color: rgb(204,195,235); }

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