Html Css Color HEX #CBABD8 Prelude

📋 copy color: '#CBABD8'

red 203 ◦ green 171 ◦ blue 216

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

Shades of Prelude #CBABD8

Tints of Prelude #CBABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 34.41%
G = 28.98%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBABD8 (or 0xCBABD8) is known color: Prelude. HEX triplet: CB, AB and D8. RGB value is (203,171,216). Sum of RGB (Red+Green+Blue) = 203+171+216=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD8 is #345427. Grayscale: #B9B9B9. Windows color (decimal): -3429416 or 14199755. OLE color: 14199755.

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

Color convert

RGB 203 171 216 -
CMYK 0.06 0.21 0 0.15
HSL 282.67º 0.37% 0.76% -
HSV(B) 282.67º 0.21% 0.85% -
XYZ 51.59 46.78 71.28 -
YUV 185.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 203 171 216 0.06 0.21 0 0.15 282.67 0.37 0.76
Hex CB AB D8 6 15 0 F 11B 25 4C
Octal 313 253 330 6 25 0 17 433 45 114
Binary 11001011 10101011 11011000 110 10101 0 1111 100011011 100101 1001100

Color Harmonies of #CBABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABD8

Black with #CBABD8

Text Example


Text Example

White with #CBABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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