Html Css Color HEX #CCBBE9 Fog

📋 copy color: '#CCBBE9'

red 204 ◦ green 187 ◦ blue 233

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

Shades of Fog #CCBBE9

Tints of Fog #CCBBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.34%

R = 32.69%
G = 29.97%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCBBE9 (or 0xCCBBE9) is known color: Fog. HEX triplet: CC, BB and E9. RGB value is (204,187,233). Sum of RGB (Red+Green+Blue) = 204+187+233=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE9 is #334416. Grayscale: #C5C5C5. Windows color (decimal): -3359767 or 15317964. OLE color: 15317964.

HSL color Cylindrical-coordinate representation of color #CCBBE9: hue angle of 262.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBBE9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 187 233 -
CMYK 0.12 0.20 0 0.09
HSL 262.17º 0.51% 0.82% -
HSV(B) 262.17º 0.2% 0.91% -
XYZ 57.38 54.26 84.54 -
YUV 197.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 204 187 233 0.12 0.20 0 0.09 262.17 0.51 0.82
Hex CC BB E9 C 14 0 9 106 33 52
Octal 314 273 351 14 24 0 11 406 63 122
Binary 11001100 10111011 11101001 1100 10100 0 1001 100000110 110011 1010010

Color Harmonies of #CCBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBE9

Black with #CCBBE9

Text Example


Text Example

White with #CCBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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