#CCBED7

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

Shades of Prelude #CCBED7

Tints of Prelude #CCBED7

Color information

#CCBED7 (or 0xCCBED7) is unknown color: approx Prelude. HEX triplet: CC, BE and D7. RGB value is (204,190,215). Sum of RGB (Red+Green+Blue) = 204+190+215=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED7 is #334128. Grayscale: #C4C4C4. Windows color (decimal): -3359017 or 14139084. OLE color: 14139084.

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

Color convert

RGB204190215-
CMYK0.050.1200.16
HSL273.6º23.81%79.41%-
HSV(B)273.6º11.63%84.31%-
XYZ55.5854.5771.89-
YUV197.04138.14132.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=33.50%
G=31.20%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041902150.050.1200.16273.623.8179.41
HexCCBED75C010112184f
Octal31427632751402042230117
Binary1100110010111110110101111011100010000100010010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED7; }

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

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

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

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

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

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

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

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