#CBBDF6

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

Shades of Fog #CBBDF6

Tints of Fog #CBBDF6

Color information

#CBBDF6 (or 0xCBBDF6) is unknown color: approx Fog. HEX triplet: CB, BD and F6. RGB value is (203,189,246). Sum of RGB (Red+Green+Blue) = 203+189+246=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDF6 is #344209. Grayscale: #C7C7C7. Windows color (decimal): -3424778 or 16170443. OLE color: 16170443.

HSL color Cylindrical-coordinate representation of color #CBBDF6: hue angle of 254.74º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBDF6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203189246-
CMYK0.170.2300.04
HSL254.74º76%85.29%-
HSV(B)254.74º23.17%96.47%-
XYZ59.4655.7594.81-
YUV199.68154.14130.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=31.82%
G=29.62%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031892460.170.2300.04254.747685.29
HexCBBDF6111704ff4c55
Octal313275366212704377114125
Binary110010111011110111110110100011011101001111111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDF6; }

 p { color: rgb(203,189,246); }

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

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

 a { background-color: rgb(203,189,246); }

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

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

 span { border-color: rgb(203,189,246); }

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