Html Css Color HEX #CCC3EF Fog

📋 copy color: '#CCC3EF'

red 204 ◦ green 195 ◦ blue 239

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

Shades of Fog #CCC3EF

Tints of Fog #CCC3EF

RGB

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

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

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

R = 31.97%
G = 30.56%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCC3EF (or 0xCCC3EF) is known color: Fog. HEX triplet: CC, C3 and EF. RGB value is (204,195,239). Sum of RGB (Red+Green+Blue) = 204+195+239=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EF is #333C10. Grayscale: #CACACA. Windows color (decimal): -3357713 or 15713228. OLE color: 15713228.

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

Color convert

RGB 204 195 239 -
CMYK 0.15 0.18 0 0.06
HSL 252.27º 0.58% 0.85% -
HSV(B) 252.27º 0.18% 0.94% -
XYZ 60 58.1 89.71 -
YUV 202.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 204 195 239 0.15 0.18 0 0.06 252.27 0.58 0.85
Hex CC C3 EF F 12 0 6 FC 3A 55
Octal 314 303 357 17 22 0 6 374 72 125
Binary 11001100 11000011 11101111 1111 10010 0 110 11111100 111010 1010101

Color Harmonies of #CCC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3EF

Black with #CCC3EF

Text Example


Text Example

White with #CCC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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