Html Css Color HEX #CAACD7 Prelude

📋 copy color: '#CAACD7'

red 202 ◦ green 172 ◦ blue 215

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

Shades of Prelude #CAACD7

Tints of Prelude #CAACD7

RGB

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

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

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

R = 34.3%
G = 29.2%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAACD7 (or 0xCAACD7) is known color: Prelude. HEX triplet: CA, AC and D7. RGB value is (202,172,215). Sum of RGB (Red+Green+Blue) = 202+172+215=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD7 is #355328. Grayscale: #B9B9B9. Windows color (decimal): -3494697 or 14134474. OLE color: 14134474.

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

Color convert

RGB 202 172 215 -
CMYK 0.06 0.2 0 0.16
HSL 281.86º 0.35% 0.76% -
HSV(B) 281.86º 0.2% 0.84% -
XYZ 51.38 46.97 70.65 -
YUV 185.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 202 172 215 0.06 0.2 0 0.16 281.86 0.35 0.76
Hex CA AC D7 6 14 0 10 11A 23 4C
Octal 312 254 327 6 24 0 20 432 43 114
Binary 11001010 10101100 11010111 110 10100 0 10000 100011010 100011 1001100

Color Harmonies of #CAACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACD7

Black with #CAACD7

Text Example


Text Example

White with #CAACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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