#ccb8e3

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

Shades of Fog #CCB8E3

Tints of Fog #CCB8E3

Color information

#CCB8E3 (or 0xCCB8E3) is unknown color: approx Fog. HEX triplet: CC, B8 and E3. RGB value is (204,184,227). Sum of RGB (Red+Green+Blue) = 204+184+227=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCB8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8E3 is #33471C. Grayscale: #C2C2C2. Windows color (decimal): -3360541 or 14923980. OLE color: 14923980.

HSL color Cylindrical-coordinate representation of color #CCB8E3: hue angle of 267.91º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB8E3 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204184227-
CMYK0.100.1900.11
HSL267.91º43.43%80.59%-
HSV(B)267.91º18.94%89.02%-
XYZ55.9152.6679.89-
YUV194.88146.13134.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=33.17%
G=29.92%
B=36.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041842270.100.1900.11267.9143.4380.59
HexCCB8E3A130B10c2b51
Octal314270343122301341453121
Binary110011001011100011100011101010011010111000011001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb8e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb8e3; }

 p { color: rgb(204,184,227); }

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

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

 a { background-color: rgb(204,184,227); }

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

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

 span { border-color: rgb(204,184,227); }

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