#CCB4EA

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

Shades of Fog #CCB4EA

Tints of Fog #CCB4EA

Color information

#CCB4EA (or 0xCCB4EA) is unknown color: approx Fog. HEX triplet: CC, B4 and EA. RGB value is (204,180,234). Sum of RGB (Red+Green+Blue) = 204+180+234=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EA is #334B15. Grayscale: #C1C1C1. Windows color (decimal): -3361558 or 15381708. OLE color: 15381708.

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

Color convert

RGB204180234-
CMYK0.130.2300.08
HSL266.67º56.25%81.18%-
HSV(B)266.67º23.08%91.76%-
XYZ56.0751.4284.81-
YUV193.33150.95135.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=33.01%
G=29.13%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041802340.130.2300.08266.6756.2581.18
HexCCB4EAD170810b3851
Octal314264352152701041370121
Binary110011001011010011101010110110111010001000010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4EA; }

 p { color: rgb(204,180,234); }

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

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

 a { background-color: rgb(204,180,234); }

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

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

 span { border-color: rgb(204,180,234); }

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