#CCBED5

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

Shades of Prelude #CCBED5

Tints of Prelude #CCBED5

Color information

#CCBED5 (or 0xCCBED5) is unknown color: approx Prelude. HEX triplet: CC, BE and D5. RGB value is (204,190,213). Sum of RGB (Red+Green+Blue) = 204+190+213=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED5 is #33412A. Grayscale: #C4C4C4. Windows color (decimal): -3359019 or 14008012. OLE color: 14008012.

HSL color Cylindrical-coordinate representation of color #CCBED5: hue angle of 276.52º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBED5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204190213-
CMYK0.040.1100.16
HSL276.52º21.5%79.02%-
HSV(B)276.52º10.8%83.53%-
XYZ55.3354.4770.55-
YUV196.81137.14133.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=33.61%
G=31.30%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041902130.040.1100.16276.5221.579.02
HexCCBED54B010115154f
Octal31427632541302042525117
Binary1100110010111110110101011001011010000100010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED5; }

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

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

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

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

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

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

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

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