Html Css Color HEX #CAACD9 Prelude

📋 copy color: '#CAACD9'

red 202 ◦ green 172 ◦ blue 217

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

Shades of Prelude #CAACD9

Tints of Prelude #CAACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.1%

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 34.18%
G = 29.1%
B = 36.72%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAACD9 (or 0xCAACD9) is known color: Prelude. HEX triplet: CA, AC and D9. RGB value is (202,172,217). Sum of RGB (Red+Green+Blue) = 202+172+217=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD9 is #355326. Grayscale: #B9B9B9. Windows color (decimal): -3494695 or 14265546. OLE color: 14265546.

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

Color convert

RGB 202 172 217 -
CMYK 0.07 0.21 0 0.15
HSL 280º 0.37% 0.76% -
HSV(B) 280º 0.21% 0.85% -
XYZ 51.63 47.07 72.01 -
YUV 186.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 202 172 217 0.07 0.21 0 0.15 280 0.37 0.76
Hex CA AC D9 7 15 0 F 118 25 4C
Octal 312 254 331 7 25 0 17 430 45 114
Binary 11001010 10101100 11011001 111 10101 0 1111 100011000 100101 1001100

Color Harmonies of #CAACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACD9

Black with #CAACD9

Text Example


Text Example

White with #CAACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACD9; }

 p { color: rgb(202,172,217); }

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

background-color css

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

 a { background-color: rgb(202,172,217); }

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

border-color css

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

 span { border-color: rgb(202,172,217); }

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