Html Css Color HEX #CCB4EC Fog

📋 copy color: '#CCB4EC'

red 204 ◦ green 180 ◦ blue 236

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

Shades of Fog #CCB4EC

Tints of Fog #CCB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.03%

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 32.9%
G = 29.03%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB4EC (or 0xCCB4EC) is known color: Fog. HEX triplet: CC, B4 and EC. RGB value is (204,180,236). Sum of RGB (Red+Green+Blue) = 204+180+236=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EC is #334B13. Grayscale: #C1C1C1. Windows color (decimal): -3361556 or 15512780. OLE color: 15512780.

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

Color convert

RGB 204 180 236 -
CMYK 0.14 0.24 0 0.07
HSL 265.71º 0.6% 0.82% -
HSV(B) 265.71º 0.24% 0.93% -
XYZ 56.36 51.54 86.33 -
YUV 193.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 204 180 236 0.14 0.24 0 0.07 265.71 0.6 0.82
Hex CC B4 EC E 18 0 7 10A 3C 52
Octal 314 264 354 16 30 0 7 412 74 122
Binary 11001100 10110100 11101100 1110 11000 0 111 100001010 111100 1010010

Color Harmonies of #CCB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4EC

Black with #CCB4EC

Text Example


Text Example

White with #CCB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4EC; }

 p { color: rgb(204,180,236); }

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

background-color css

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

 a { background-color: rgb(204,180,236); }

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

border-color css

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

 span { border-color: rgb(204,180,236); }

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