#CCB1DE

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

Shades of Prelude #CCB1DE

Tints of Prelude #CCB1DE

Color information

#CCB1DE (or 0xCCB1DE) is unknown color: approx Prelude. HEX triplet: CC, B1 and DE. RGB value is (204,177,222). Sum of RGB (Red+Green+Blue) = 204+177+222=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1DE is #334E21. Grayscale: #BEBEBE. Windows color (decimal): -3362338 or 14594508. OLE color: 14594508.

HSL color Cylindrical-coordinate representation of color #CCB1DE: hue angle of 276º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB1DE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204177222-
CMYK0.080.2000.13
HSL276º40.54%78.24%-
HSV(B)276º20.27%87.06%-
XYZ53.8149.5675.84-
YUV190.2145.95137.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=33.83%
G=29.35%
B=36.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041772220.080.2000.1327640.5478.24
HexCCB1DE8140D114294e
Octal314261336102401542451116
Binary110011001011000111011110100010100011011000101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1DE; }

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

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

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

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

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

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

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

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