#CCBDE0

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

Shades of Fog #CCBDE0

Tints of Fog #CCBDE0

Color information

#CCBDE0 (or 0xCCBDE0) is unknown color: approx Fog. HEX triplet: CC, BD and E0. RGB value is (204,189,224). Sum of RGB (Red+Green+Blue) = 204+189+224=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDE0 is #33421F. Grayscale: #C5C5C5. Windows color (decimal): -3359264 or 14728652. OLE color: 14728652.

HSL color Cylindrical-coordinate representation of color #CCBDE0: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBDE0 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204189224-
CMYK0.090.1600.12
HSL265.71º36.08%80.98%-
HSV(B)265.71º15.62%87.84%-
XYZ56.5554.6178.08-
YUV197.48142.97132.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=33.06%
G=30.63%
B=36.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041892240.090.1600.12265.7136.0880.98
HexCCBDE09100C10a2451
Octal314275340112001441244121
Binary110011001011110111100000100110000011001000010101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDE0; }

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

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

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

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

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

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

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

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