#CCBEDD

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

Shades of Fog #CCBEDD

Tints of Fog #CCBEDD

Color information

#CCBEDD (or 0xCCBEDD) is unknown color: approx Fog. HEX triplet: CC, BE and DD. RGB value is (204,190,221). Sum of RGB (Red+Green+Blue) = 204+190+221=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDD is #334122. Grayscale: #C5C5C5. Windows color (decimal): -3359011 or 14532300. OLE color: 14532300.

HSL color Cylindrical-coordinate representation of color #CCBEDD: hue angle of 267.1º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBEDD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204190221-
CMYK0.080.1400.13
HSL267.1º31.31%80.59%-
HSV(B)267.1º14.03%86.67%-
XYZ56.3754.8876.03-
YUV197.72141.14132.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=33.17%
G=30.89%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041902210.080.1400.13267.131.3180.59
HexCCBEDD8E0D10b1f51
Octal314276335101601541337121
Binary1100110010111110110111011000111001101100001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEDD; }

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

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

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

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

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

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

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

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