#CCBED1

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

Shades of Prelude #CCBED1

Tints of Prelude #CCBED1

Color information

#CCBED1 (or 0xCCBED1) is unknown color: approx Prelude. HEX triplet: CC, BE and D1. RGB value is (204,190,209). Sum of RGB (Red+Green+Blue) = 204+190+209=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED1 is #33412E. Grayscale: #C4C4C4. Windows color (decimal): -3359023 or 13745868. OLE color: 13745868.

HSL color Cylindrical-coordinate representation of color #CCBED1: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBED1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204190209-
CMYK0.020.0900.18
HSL284.21º17.12%78.24%-
HSV(B)284.21º9.09%81.96%-
XYZ54.8254.2767.91-
YUV196.35135.14133.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=33.83%
G=31.51%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041902090.020.0900.18284.2117.1278.24
HexCCBED12901211c114e
Octal31427632121102243421116
Binary110011001011111011010001101001010010100011100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED1; }

 p { color: rgb(204,190,209); }

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

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

 a { background-color: rgb(204,190,209); }

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

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

 span { border-color: rgb(204,190,209); }

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