#CCBDE9

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

Shades of Fog #CCBDE9

Tints of Fog #CCBDE9

Color information

#CCBDE9 (or 0xCCBDE9) is unknown color: approx Fog. HEX triplet: CC, BD and E9. RGB value is (204,189,233). Sum of RGB (Red+Green+Blue) = 204+189+233=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDE9 is #334216. Grayscale: #C6C6C6. Windows color (decimal): -3359255 or 15318476. OLE color: 15318476.

HSL color Cylindrical-coordinate representation of color #CCBDE9: hue angle of 260.45º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBDE9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204189233-
CMYK0.120.1900.09
HSL260.45º50%82.75%-
HSV(B)260.45º18.88%91.37%-
XYZ57.8155.1284.68-
YUV198.5147.47131.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=32.59%
G=30.19%
B=37.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041892330.120.1900.09260.455082.75
HexCCBDE9C13091043253
Octal314275351142301140462123
Binary110011001011110111101001110010011010011000001001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDE9; }

 p { color: rgb(204,189,233); }

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

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

 a { background-color: rgb(204,189,233); }

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

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

 span { border-color: rgb(204,189,233); }

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