#CBBEF0

Color #CBBEF0 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CBBEF0

Tints of Fog #CBBEF0

Color information

#CBBEF0 (or 0xCBBEF0) is unknown color: approx Fog. HEX triplet: CB, BE and F0. RGB value is (203,190,240). Sum of RGB (Red+Green+Blue) = 203+190+240=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEF0 is #34410F. Grayscale: #C7C7C7. Windows color (decimal): -3424528 or 15777483. OLE color: 15777483.

HSL color Cylindrical-coordinate representation of color #CBBEF0: hue angle of 255.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBEF0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203190240-
CMYK0.150.2100.06
HSL255.6º62.5%84.31%-
HSV(B)255.6º20.83%94.12%-
XYZ58.7755.8190.11-
YUV199.59150.81130.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=32.07%
G=30.02%
B=37.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031902400.150.2100.06255.662.584.31
HexCBBEF0F15061003e54
Octal31327636017250640076124
Binary11001011101111101111000011111010101101000000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEF0; }

 p { color: rgb(203,190,240); }

 H1.HeaderClassName
 {
   color: #CBBEF0;
 }
 .AnyTagClassName
 {
   color: #CBBEF0;
 }
</style>
background-color css

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

 a { background-color: rgb(203,190,240); }

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

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

 span { border-color: rgb(203,190,240); }

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