Html Css Color HEX #CBABDA Prelude

📋 copy color: '#CBABDA'

red 203 ◦ green 171 ◦ blue 218

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

Shades of Prelude #CBABDA

Tints of Prelude #CBABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 34.29%
G = 28.89%
B = 36.82%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBABDA (or 0xCBABDA) is known color: Prelude. HEX triplet: CB, AB and DA. RGB value is (203,171,218). Sum of RGB (Red+Green+Blue) = 203+171+218=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDA is #345425. Grayscale: #B9B9B9. Windows color (decimal): -3429414 or 14330827. OLE color: 14330827.

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

Color convert

RGB 203 171 218 -
CMYK 0.07 0.22 0 0.15
HSL 280.85º 0.39% 0.76% -
HSV(B) 280.85º 0.22% 0.85% -
XYZ 51.85 46.88 72.65 -
YUV 185.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 203 171 218 0.07 0.22 0 0.15 280.85 0.39 0.76
Hex CB AB DA 7 16 0 F 119 27 4C
Octal 313 253 332 7 26 0 17 431 47 114
Binary 11001011 10101011 11011010 111 10110 0 1111 100011001 100111 1001100

Color Harmonies of #CBABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABDA

Black with #CBABDA

Text Example


Text Example

White with #CBABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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