Html Css Color HEX #CBAAD2 Prelude

📋 copy color: '#CBAAD2'

red 203 ◦ green 170 ◦ blue 210

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

Shades of Prelude #CBAAD2

Tints of Prelude #CBAAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.02%

R = 34.82%
G = 29.16%
B = 36.02%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBAAD2 (or 0xCBAAD2) is known color: Prelude. HEX triplet: CB, AA and D2. RGB value is (203,170,210). Sum of RGB (Red+Green+Blue) = 203+170+210=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD2 is #34552D. Grayscale: #B8B8B8. Windows color (decimal): -3429678 or 13806283. OLE color: 13806283.

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

Color convert

RGB 203 170 210 -
CMYK 0.03 0.19 0 0.18
HSL 289.5º 0.31% 0.75% -
HSV(B) 289.5º 0.19% 0.82% -
XYZ 50.64 46.1 67.2 -
YUV 184.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 203 170 210 0.03 0.19 0 0.18 289.5 0.31 0.75
Hex CB AA D2 3 13 0 12 122 1F 4B
Octal 313 252 322 3 23 0 22 442 37 113
Binary 11001011 10101010 11010010 11 10011 0 10010 100100010 11111 1001011

Color Harmonies of #CBAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAD2

Black with #CBAAD2

Text Example


Text Example

White with #CBAAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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