#CCBDE1

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

Shades of Fog #CCBDE1

Tints of Fog #CCBDE1

Color information

#CCBDE1 (or 0xCCBDE1) is unknown color: approx Fog. HEX triplet: CC, BD and E1. RGB value is (204,189,225). Sum of RGB (Red+Green+Blue) = 204+189+225=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDE1 is #33421E. Grayscale: #C5C5C5. Windows color (decimal): -3359263 or 14794188. OLE color: 14794188.

HSL color Cylindrical-coordinate representation of color #CCBDE1: hue angle of 265º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBDE1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204189225-
CMYK0.090.1600.12
HSL265º37.5%81.18%-
HSV(B)265º16%88.24%-
XYZ56.6954.6778.8-
YUV197.59143.47132.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=33.01%
G=30.58%
B=36.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041892250.090.1600.1226537.581.18
HexCCBDE19100C1092551
Octal314275341112001441145121
Binary110011001011110111100001100110000011001000010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDE1; }

 p { color: rgb(204,189,225); }

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

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

 a { background-color: rgb(204,189,225); }

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

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

 span { border-color: rgb(204,189,225); }

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