Html Css Color HEX #CAACD8 Prelude

📋 copy color: '#CAACD8'

red 202 ◦ green 172 ◦ blue 216

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

Shades of Prelude #CAACD8

Tints of Prelude #CAACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 34.24%
G = 29.15%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAACD8 (or 0xCAACD8) is known color: Prelude. HEX triplet: CA, AC and D8. RGB value is (202,172,216). Sum of RGB (Red+Green+Blue) = 202+172+216=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD8 is #355327. Grayscale: #B9B9B9. Windows color (decimal): -3494696 or 14200010. OLE color: 14200010.

HSL color Cylindrical-coordinate representation of color #CAACD8: hue angle of 280.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAACD8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 172 216 -
CMYK 0.06 0.20 0 0.15
HSL 280.91º 0.36% 0.76% -
HSV(B) 280.91º 0.2% 0.85% -
XYZ 51.5 47.02 71.33 -
YUV 185.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 202 172 216 0.06 0.20 0 0.15 280.91 0.36 0.76
Hex CA AC D8 6 14 0 F 119 24 4C
Octal 312 254 330 6 24 0 17 431 44 114
Binary 11001010 10101100 11011000 110 10100 0 1111 100011001 100100 1001100

Color Harmonies of #CAACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACD8

Black with #CAACD8

Text Example


Text Example

White with #CAACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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