Html Css Color HEX #CBABD3 Prelude

📋 copy color: '#CBABD3'

red 203 ◦ green 171 ◦ blue 211

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

Shades of Prelude #CBABD3

Tints of Prelude #CBABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.07%

R = 34.7%
G = 29.23%
B = 36.07%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBABD3 (or 0xCBABD3) is known color: Prelude. HEX triplet: CB, AB and D3. RGB value is (203,171,211). Sum of RGB (Red+Green+Blue) = 203+171+211=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD3 is #34542C. Grayscale: #B9B9B9. Windows color (decimal): -3429421 or 13872075. OLE color: 13872075.

HSL color Cylindrical-coordinate representation of color #CBABD3: hue angle of 288º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBABD3 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 171 211 -
CMYK 0.04 0.19 0 0.17
HSL 288º 0.31% 0.75% -
HSV(B) 288º 0.19% 0.83% -
XYZ 50.95 46.53 67.92 -
YUV 185.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 203 171 211 0.04 0.19 0 0.17 288 0.31 0.75
Hex CB AB D3 4 13 0 11 120 1F 4B
Octal 313 253 323 4 23 0 21 440 37 113
Binary 11001011 10101011 11010011 100 10011 0 10001 100100000 11111 1001011

Color Harmonies of #CBABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABD3

Black with #CBABD3

Text Example


Text Example

White with #CBABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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