Html Css Color HEX #CCC4EE Fog

📋 copy color: '#CCC4EE'

red 204 ◦ green 196 ◦ blue 238

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

Shades of Fog #CCC4EE

Tints of Fog #CCC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 31.97%
G = 30.72%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCC4EE (or 0xCCC4EE) is known color: Fog. HEX triplet: CC, C4 and EE. RGB value is (204,196,238). Sum of RGB (Red+Green+Blue) = 204+196+238=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4EE is #333B11. Grayscale: #CBCBCB. Windows color (decimal): -3357458 or 15647948. OLE color: 15647948.

HSL color Cylindrical-coordinate representation of color #CCC4EE: hue angle of 251.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC4EE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 196 238 -
CMYK 0.14 0.18 0 0.07
HSL 251.43º 0.55% 0.85% -
HSV(B) 251.43º 0.18% 0.93% -
XYZ 60.07 58.49 89.01 -
YUV 203.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 204 196 238 0.14 0.18 0 0.07 251.43 0.55 0.85
Hex CC C4 EE E 12 0 7 FB 37 55
Octal 314 304 356 16 22 0 7 373 67 125
Binary 11001100 11000100 11101110 1110 10010 0 111 11111011 110111 1010101

Color Harmonies of #CCC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4EE

Black with #CCC4EE

Text Example


Text Example

White with #CCC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4EE; }

 p { color: rgb(204,196,238); }

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

background-color css

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

 a { background-color: rgb(204,196,238); }

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

border-color css

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

 span { border-color: rgb(204,196,238); }

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