Html Css Color HEX #CCBCEB Fog

📋 copy color: '#CCBCEB'

red 204 ◦ green 188 ◦ blue 235

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

Shades of Fog #CCBCEB

Tints of Fog #CCBCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.98%

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

R = 32.54%
G = 29.98%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCBCEB (or 0xCCBCEB) is known color: Fog. HEX triplet: CC, BC and EB. RGB value is (204,188,235). Sum of RGB (Red+Green+Blue) = 204+188+235=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCEB is #334314. Grayscale: #C5C5C5. Windows color (decimal): -3359509 or 15449292. OLE color: 15449292.

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

Color convert

RGB 204 188 235 -
CMYK 0.13 0.2 0 0.08
HSL 260.43º 0.54% 0.83% -
HSV(B) 260.43º 0.2% 0.92% -
XYZ 57.88 54.8 86.12 -
YUV 198.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 204 188 235 0.13 0.2 0 0.08 260.43 0.54 0.83
Hex CC BC EB D 14 0 8 104 36 53
Octal 314 274 353 15 24 0 10 404 66 123
Binary 11001100 10111100 11101011 1101 10100 0 1000 100000100 110110 1010011

Color Harmonies of #CCBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCEB

Black with #CCBCEB

Text Example


Text Example

White with #CCBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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