Html Css Color HEX #CBAAD7 Prelude

📋 copy color: '#CBAAD7'

red 203 ◦ green 170 ◦ blue 215

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

Shades of Prelude #CBAAD7

Tints of Prelude #CBAAD7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.91%

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

R = 34.52%
G = 28.91%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBAAD7 (or 0xCBAAD7) is known color: Prelude. HEX triplet: CB, AA and D7. RGB value is (203,170,215). Sum of RGB (Red+Green+Blue) = 203+170+215=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD7 is #345528. Grayscale: #B8B8B8. Windows color (decimal): -3429673 or 14133963. OLE color: 14133963.

HSL color Cylindrical-coordinate representation of color #CBAAD7: hue angle of 284º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAAD7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 170 215 -
CMYK 0.06 0.21 0 0.16
HSL 284º 0.36% 0.75% -
HSV(B) 284º 0.21% 0.84% -
XYZ 51.27 46.35 70.53 -
YUV 185 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 203 170 215 0.06 0.21 0 0.16 284 0.36 0.75
Hex CB AA D7 6 15 0 10 11C 24 4B
Octal 313 252 327 6 25 0 20 434 44 113
Binary 11001011 10101010 11010111 110 10101 0 10000 100011100 100100 1001011

Color Harmonies of #CBAAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAD7

Black with #CBAAD7

Text Example


Text Example

White with #CBAAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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