#CDB5F1

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

Shades of Fog #CDB5F1

Tints of Fog #CDB5F1

Color information

#CDB5F1 (or 0xCDB5F1) is unknown color: approx Fog. HEX triplet: CD, B5 and F1. RGB value is (205,181,241). Sum of RGB (Red+Green+Blue) = 205+181+241=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5F1 is #324A0E. Grayscale: #C2C2C2. Windows color (decimal): -3295759 or 15840717. OLE color: 15840717.

HSL color Cylindrical-coordinate representation of color #CDB5F1: hue angle of 264º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB5F1 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205181241-
CMYK0.150.2500.05
HSL264º68.18%82.75%-
HSV(B)264º24.9%94.51%-
XYZ57.5852.3890.29-
YUV195.02153.95135.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=32.70%
G=28.87%
B=38.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051812410.150.2500.0526468.1882.75
HexCDB5F1F19051084453
Octal315265361173105410104123
Binary110011011011010111110001111111001010110000100010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5F1; }

 p { color: rgb(205,181,241); }

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

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

 a { background-color: rgb(205,181,241); }

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

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

 span { border-color: rgb(205,181,241); }

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