Html Css Color HEX #CCB6EB Fog

📋 copy color: '#CCB6EB'

red 204 ◦ green 182 ◦ blue 235

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

Shades of Fog #CCB6EB

Tints of Fog #CCB6EB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

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

R = 32.85%
G = 29.31%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCB6EB (or 0xCCB6EB) is known color: Fog. HEX triplet: CC, B6 and EB. RGB value is (204,182,235). Sum of RGB (Red+Green+Blue) = 204+182+235=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6EB is #334914. Grayscale: #C2C2C2. Windows color (decimal): -3361045 or 15447756. OLE color: 15447756.

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

Color convert

RGB 204 182 235 -
CMYK 0.13 0.23 0 0.08
HSL 264.91º 0.57% 0.82% -
HSV(B) 264.91º 0.23% 0.92% -
XYZ 56.63 52.29 85.71 -
YUV 194.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 204 182 235 0.13 0.23 0 0.08 264.91 0.57 0.82
Hex CC B6 EB D 17 0 8 109 39 52
Octal 314 266 353 15 27 0 10 411 71 122
Binary 11001100 10110110 11101011 1101 10111 0 1000 100001001 111001 1010010

Color Harmonies of #CCB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6EB

Black with #CCB6EB

Text Example


Text Example

White with #CCB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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