#CDBEF9

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

Shades of Fog #CDBEF9

Tints of Fog #CDBEF9

Color information

#CDBEF9 (or 0xCDBEF9) is unknown color: approx Fog. HEX triplet: CD, BE and F9. RGB value is (205,190,249). Sum of RGB (Red+Green+Blue) = 205+190+249=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDBEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEF9 is #324106. Grayscale: #C8C8C8. Windows color (decimal): -3293447 or 16367309. OLE color: 16367309.

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

Color convert

RGB205190249-
CMYK0.180.2400.02
HSL255.25º83.1%86.08%-
HSV(B)255.25º23.69%97.65%-
XYZ60.6956.6597.36-
YUV201.21154.97130.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=31.83%
G=29.50%
B=38.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051902490.180.2400.02255.2583.186.08
HexCDBEF9121802ff5356
Octal315276371223002377123126
Binary11001101101111101111100110010110000101111111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEF9; }

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

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

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

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

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

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

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

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