#CDBBDA

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

Shades of Prelude #CDBBDA

Tints of Prelude #CDBBDA

Color information

#CDBBDA (or 0xCDBBDA) is unknown color: approx Prelude. HEX triplet: CD, BB and DA. RGB value is (205,187,218). Sum of RGB (Red+Green+Blue) = 205+187+218=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBDA is #324425. Grayscale: #C3C3C3. Windows color (decimal): -3294246 or 14334925. OLE color: 14334925.

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

Color convert

RGB205187218-
CMYK0.060.1400.15
HSL274.84º29.52%79.41%-
HSV(B)274.84º14.22%85.49%-
XYZ55.653.5873.74-
YUV195.92140.46134.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=33.61%
G=30.66%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051872180.060.1400.15274.8429.5279.41
HexCDBBDA6E0F1131e4f
Octal31527333261601742336117
Binary110011011011101111011010110111001111100010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBDA; }

 p { color: rgb(205,187,218); }

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

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

 a { background-color: rgb(205,187,218); }

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

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

 span { border-color: rgb(205,187,218); }

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