#CDBBD2

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

Shades of Prelude #CDBBD2

Tints of Prelude #CDBBD2

Color information

#CDBBD2 (or 0xCDBBD2) is unknown color: approx Prelude. HEX triplet: CD, BB and D2. RGB value is (205,187,210). Sum of RGB (Red+Green+Blue) = 205+187+210=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBD2 is #32442D. Grayscale: #C2C2C2. Windows color (decimal): -3294254 or 13810637. OLE color: 13810637.

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

Color convert

RGB205187210-
CMYK0.020.1100.18
HSL286.96º20.35%77.84%-
HSV(B)286.96º10.95%82.35%-
XYZ54.5853.1768.36-
YUV195136.46135.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=34.05%
G=31.06%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051872100.020.1100.18286.9620.3577.84
HexCDBBD22B01211f144e
Octal31527332221302243724116
Binary110011011011101111010010101011010010100011111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBD2; }

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

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

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

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

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

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

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

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