#CDBBF9

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

Shades of Fog #CDBBF9

Tints of Fog #CDBBF9

Color information

#CDBBF9 (or 0xCDBBF9) is unknown color: approx Fog. HEX triplet: CD, BB and F9. RGB value is (205,187,249). Sum of RGB (Red+Green+Blue) = 205+187+249=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBBF9 is #324406. Grayscale: #C7C7C7. Windows color (decimal): -3294215 or 16366541. OLE color: 16366541.

HSL color Cylindrical-coordinate representation of color #CDBBF9: hue angle of 257.42º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBBF9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205187249-
CMYK0.180.2500.02
HSL257.42º83.78%85.49%-
HSV(B)257.42º24.9%97.65%-
XYZ60.0555.3697.14-
YUV199.45155.96131.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=31.98%
G=29.17%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051872490.180.2500.02257.4283.7885.49
HexCDBBF91219021015455
Octal315273371223102401124125
Binary110011011011101111111001100101100101010000000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBF9; }

 p { color: rgb(205,187,249); }

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

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

 a { background-color: rgb(205,187,249); }

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

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

 span { border-color: rgb(205,187,249); }

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