Html Css Color HEX #CAA9D5 Prelude

📋 copy color: '#CAA9D5'

red 202 ◦ green 169 ◦ blue 213

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

Shades of Prelude #CAA9D5

Tints of Prelude #CAA9D5

RGB

 RED value IS 202 (79.3% from 255) = 34.59%

 GREEN value IS 169 (66.41% from 255) = 28.94%

 BLUE value IS 213 (83.59% from 255) = 36.47%

R = 34.59%
G = 28.94%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAA9D5 (or 0xCAA9D5) is known color: Prelude. HEX triplet: CA, A9 and D5. RGB value is (202,169,213). Sum of RGB (Red+Green+Blue) = 202+169+213=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9D5 is #35562A. Grayscale: #B7B7B7. Windows color (decimal): -3495467 or 14002634. OLE color: 14002634.

HSL color Cylindrical-coordinate representation of color #CAA9D5: hue angle of 285º degrees, saturation: 0.34, 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 #CAA9D5 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 169 213 -
CMYK 0.05 0.21 0 0.16
HSL 285º 0.34% 0.75% -
HSV(B) 285º 0.21% 0.84% -
XYZ 50.56 45.74 69.11 -
YUV 183.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 202 169 213 0.05 0.21 0 0.16 285 0.34 0.75
Hex CA A9 D5 5 15 0 10 11D 22 4B
Octal 312 251 325 5 25 0 20 435 42 113
Binary 11001010 10101001 11010101 101 10101 0 10000 100011101 100010 1001011

Color Harmonies of #CAA9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9D5

Black with #CAA9D5

Text Example


Text Example

White with #CAA9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9D5; }

 p { color: rgb(202,169,213); }

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

background-color css

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

 a { background-color: rgb(202,169,213); }

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

border-color css

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

 span { border-color: rgb(202,169,213); }

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