Html Css Color HEX #CBABD7 Prelude

📋 copy color: '#CBABD7'

red 203 ◦ green 171 ◦ blue 215

#CBABD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CBABD7

Tints of Prelude #CBABD7

RGB

 RED value IS 203 (79.69% from 255) = 34.47%

 GREEN value IS 171 (67.19% from 255) = 29.03%

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 34.47%
G = 29.03%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBABD7 (or 0xCBABD7) is known color: Prelude. HEX triplet: CB, AB and D7. RGB value is (203,171,215). Sum of RGB (Red+Green+Blue) = 203+171+215=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD7 is #345428. Grayscale: #B9B9B9. Windows color (decimal): -3429417 or 14134219. OLE color: 14134219.

HSL color Cylindrical-coordinate representation of color #CBABD7: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBABD7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 171 215 -
CMYK 0.06 0.20 0 0.16
HSL 283.64º 0.35% 0.76% -
HSV(B) 283.64º 0.2% 0.84% -
XYZ 51.46 46.73 70.6 -
YUV 185.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 203 171 215 0.06 0.20 0 0.16 283.64 0.35 0.76
Hex CB AB D7 6 14 0 10 11C 23 4C
Octal 313 253 327 6 24 0 20 434 43 114
Binary 11001011 10101011 11010111 110 10100 0 10000 100011100 100011 1001100

Color Harmonies of #CBABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABD7

Black with #CBABD7

Text Example


Text Example

White with #CBABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABD7; }

 p { color: rgb(203,171,215); }

 H1.HeaderClassName
 {
   color: #CBABD7;
 }
 .AnyTagClassName
 {
   color: #CBABD7;
 }
</style>

background-color css

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

 a { background-color: rgb(203,171,215); }

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

border-color css

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

 span { border-color: rgb(203,171,215); }

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