#CCB7DE

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

Shades of Prelude #CCB7DE

Tints of Prelude #CCB7DE

Color information

#CCB7DE (or 0xCCB7DE) is unknown color: approx Prelude. HEX triplet: CC, B7 and DE. RGB value is (204,183,222). Sum of RGB (Red+Green+Blue) = 204+183+222=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DE is #334821. Grayscale: #C1C1C1. Windows color (decimal): -3360802 or 14596044. OLE color: 14596044.

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

Color convert

RGB204183222-
CMYK0.080.1800.13
HSL272.31º37.14%79.41%-
HSV(B)272.31º17.57%87.06%-
XYZ55.0251.9876.24-
YUV193.72143.96135.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=33.50%
G=30.05%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041832220.080.1800.13272.3137.1479.41
HexCCB7DE8120D110254f
Octal314267336102201542045117
Binary110011001011011111011110100010010011011000100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7DE; }

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

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

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

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

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

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

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

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