#CCB7E9

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

Shades of Fog #CCB7E9

Tints of Fog #CCB7E9

Color information

#CCB7E9 (or 0xCCB7E9) is unknown color: approx Fog. HEX triplet: CC, B7 and E9. RGB value is (204,183,233). Sum of RGB (Red+Green+Blue) = 204+183+233=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7E9 is #334816. Grayscale: #C2C2C2. Windows color (decimal): -3360791 or 15316940. OLE color: 15316940.

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

Color convert

RGB204183233-
CMYK0.120.2100.09
HSL265.2º53.19%81.57%-
HSV(B)265.2º21.46%91.37%-
XYZ56.5452.5984.26-
YUV194.98149.46134.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 183 (71.88% from 255) = 29.52%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=32.90%
G=29.52%
B=37.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041832330.120.2100.09265.253.1981.57
HexCCB7E9C15091093552
Octal314267351142501141165122
Binary110011001011011111101001110010101010011000010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7E9; }

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

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

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

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

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

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

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

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