#CCBEDB

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

Shades of Fog #CCBEDB

Tints of Fog #CCBEDB

Color information

#CCBEDB (or 0xCCBEDB) is unknown color: approx Fog. HEX triplet: CC, BE and DB. RGB value is (204,190,219). Sum of RGB (Red+Green+Blue) = 204+190+219=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDB is #334124. Grayscale: #C5C5C5. Windows color (decimal): -3359013 or 14401228. OLE color: 14401228.

HSL color Cylindrical-coordinate representation of color #CCBEDB: hue angle of 268.97º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBEDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204190219-
CMYK0.070.1300.14
HSL268.97º28.71%80.2%-
HSV(B)268.97º13.24%85.88%-
XYZ56.154.7874.63-
YUV197.49140.14132.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=33.28%
G=31.00%
B=35.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041902190.070.1300.14268.9728.7180.2
HexCCBEDB7D0E10d1d50
Octal31427633371501641535120
Binary110011001011111011011011111110101110100001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEDB; }

 p { color: rgb(204,190,219); }

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

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

 a { background-color: rgb(204,190,219); }

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

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

 span { border-color: rgb(204,190,219); }

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