Html Css Color HEX #CAACDA Prelude

📋 copy color: '#CAACDA'

red 202 ◦ green 172 ◦ blue 218

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

Shades of Prelude #CAACDA

Tints of Prelude #CAACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 34.12%
G = 29.05%
B = 36.82%

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

#CAACDA (or 0xCAACDA) is known color: Prelude. HEX triplet: CA, AC and DA. RGB value is (202,172,218). Sum of RGB (Red+Green+Blue) = 202+172+218=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDA is #355325. Grayscale: #BABABA. Windows color (decimal): -3494694 or 14331082. OLE color: 14331082.

HSL color Cylindrical-coordinate representation of color #CAACDA: hue angle of 279.13º degrees, saturation: 0.38, 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 #CAACDA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 172 218 -
CMYK 0.07 0.21 0 0.15
HSL 279.13º 0.38% 0.76% -
HSV(B) 279.13º 0.21% 0.85% -
XYZ 51.76 47.12 72.7 -
YUV 186.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 202 172 218 0.07 0.21 0 0.15 279.13 0.38 0.76
Hex CA AC DA 7 15 0 F 117 26 4C
Octal 312 254 332 7 25 0 17 427 46 114
Binary 11001010 10101100 11011010 111 10101 0 1111 100010111 100110 1001100

Color Harmonies of #CAACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACDA

Black with #CAACDA

Text Example


Text Example

White with #CAACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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