#CCBED9

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

Shades of Prelude #CCBED9

Tints of Prelude #CCBED9

Color information

#CCBED9 (or 0xCCBED9) is unknown color: approx Prelude. HEX triplet: CC, BE and D9. RGB value is (204,190,217). Sum of RGB (Red+Green+Blue) = 204+190+217=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED9 is #334126. Grayscale: #C5C5C5. Windows color (decimal): -3359015 or 14270156. OLE color: 14270156.

HSL color Cylindrical-coordinate representation of color #CCBED9: hue angle of 271.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBED9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204190217-
CMYK0.060.1200.15
HSL271.11º26.21%79.8%-
HSV(B)271.11º12.44%85.1%-
XYZ55.8454.6773.26-
YUV197.26139.14132.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=33.39%
G=31.10%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041902170.060.1200.15271.1126.2179.8
HexCCBED96C0F10f1a50
Octal31427633161401741732120
Binary110011001011111011011001110110001111100001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED9; }

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

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

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

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

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

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

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

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