Html Css Color HEX #CCBBE2 Fog

📋 copy color: '#CCBBE2'

red 204 ◦ green 187 ◦ blue 226

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

Shades of Fog #CCBBE2

Tints of Fog #CCBBE2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.31%

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 33.06%
G = 30.31%
B = 36.63%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCBBE2 (or 0xCCBBE2) is known color: Fog. HEX triplet: CC, BB and E2. RGB value is (204,187,226). Sum of RGB (Red+Green+Blue) = 204+187+226=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE2 is #33441D. Grayscale: #C4C4C4. Windows color (decimal): -3359774 or 14859212. OLE color: 14859212.

HSL color Cylindrical-coordinate representation of color #CCBBE2: hue angle of 266.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBBE2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 187 226 -
CMYK 0.10 0.17 0 0.11
HSL 266.15º 0.4% 0.81% -
HSV(B) 266.15º 0.17% 0.89% -
XYZ 56.4 53.87 79.38 -
YUV 196.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 204 187 226 0.10 0.17 0 0.11 266.15 0.4 0.81
Hex CC BB E2 A 11 0 B 10A 28 51
Octal 314 273 342 12 21 0 13 412 50 121
Binary 11001100 10111011 11100010 1010 10001 0 1011 100001010 101000 1010001

Color Harmonies of #CCBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBE2

Black with #CCBBE2

Text Example


Text Example

White with #CCBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBE2; }

 p { color: rgb(204,187,226); }

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

background-color css

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

 a { background-color: rgb(204,187,226); }

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

border-color css

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

 span { border-color: rgb(204,187,226); }

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