Html Css Color HEX #CBAAD4 Prelude

📋 copy color: '#CBAAD4'

red 203 ◦ green 170 ◦ blue 212

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

Shades of Prelude #CBAAD4

Tints of Prelude #CBAAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.24%

R = 34.7%
G = 29.06%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBAAD4 (or 0xCBAAD4) is known color: Prelude. HEX triplet: CB, AA and D4. RGB value is (203,170,212). Sum of RGB (Red+Green+Blue) = 203+170+212=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD4 is #34552B. Grayscale: #B8B8B8. Windows color (decimal): -3429676 or 13937355. OLE color: 13937355.

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

Color convert

RGB 203 170 212 -
CMYK 0.04 0.20 0 0.17
HSL 287.14º 0.33% 0.75% -
HSV(B) 287.14º 0.2% 0.83% -
XYZ 50.89 46.2 68.52 -
YUV 184.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 203 170 212 0.04 0.20 0 0.17 287.14 0.33 0.75
Hex CB AA D4 4 14 0 11 11F 21 4B
Octal 313 252 324 4 24 0 21 437 41 113
Binary 11001011 10101010 11010100 100 10100 0 10001 100011111 100001 1001011

Color Harmonies of #CBAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAD4

Black with #CBAAD4

Text Example


Text Example

White with #CBAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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