#CCBDE8

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

Shades of Fog #CCBDE8

Tints of Fog #CCBDE8

Color information

#CCBDE8 (or 0xCCBDE8) is unknown color: approx Fog. HEX triplet: CC, BD and E8. RGB value is (204,189,232). Sum of RGB (Red+Green+Blue) = 204+189+232=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDE8 is #334217. Grayscale: #C6C6C6. Windows color (decimal): -3359256 or 15252940. OLE color: 15252940.

HSL color Cylindrical-coordinate representation of color #CCBDE8: hue angle of 260.93º degrees, saturation: 0.48, 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 #CCBDE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204189232-
CMYK0.120.1900.09
HSL260.93º48.31%82.55%-
HSV(B)260.93º18.53%90.98%-
XYZ57.6655.0683.93-
YUV198.39146.97132-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=32.64%
G=30.24%
B=37.12%

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
Decimal2041892320.120.1900.09260.9348.3182.55
HexCCBDE8C13091053053
Octal314275350142301140560123
Binary110011001011110111101000110010011010011000001011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDE8; }

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

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

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

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

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

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

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

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