Html Css Color HEX #CBABD5 Prelude

📋 copy color: '#CBABD5'

red 203 ◦ green 171 ◦ blue 213

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

Shades of Prelude #CBABD5

Tints of Prelude #CBABD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.29%

R = 34.58%
G = 29.13%
B = 36.29%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBABD5 (or 0xCBABD5) is known color: Prelude. HEX triplet: CB, AB and D5. RGB value is (203,171,213). Sum of RGB (Red+Green+Blue) = 203+171+213=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD5 is #34542A. Grayscale: #B9B9B9. Windows color (decimal): -3429419 or 14003147. OLE color: 14003147.

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

Color convert

RGB 203 171 213 -
CMYK 0.05 0.20 0 0.16
HSL 285.71º 0.33% 0.75% -
HSV(B) 285.71º 0.2% 0.84% -
XYZ 51.2 46.63 69.25 -
YUV 185.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 203 171 213 0.05 0.20 0 0.16 285.71 0.33 0.75
Hex CB AB D5 5 14 0 10 11E 21 4B
Octal 313 253 325 5 24 0 20 436 41 113
Binary 11001011 10101011 11010101 101 10100 0 10000 100011110 100001 1001011

Color Harmonies of #CBABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABD5

Black with #CBABD5

Text Example


Text Example

White with #CBABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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