Html Css Color HEX #CAACDB Prelude

📋 copy color: '#CAACDB'

red 202 ◦ green 172 ◦ blue 219

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

Shades of Prelude #CAACDB

Tints of Prelude #CAACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 34.06%
G = 29.01%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAACDB (or 0xCAACDB) is known color: Prelude. HEX triplet: CA, AC and DB. RGB value is (202,172,219). Sum of RGB (Red+Green+Blue) = 202+172+219=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDB is #355324. Grayscale: #BABABA. Windows color (decimal): -3494693 or 14396618. OLE color: 14396618.

HSL color Cylindrical-coordinate representation of color #CAACDB: hue angle of 278.3º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAACDB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 172 219 -
CMYK 0.08 0.21 0 0.14
HSL 278.3º 0.39% 0.77% -
HSV(B) 278.3º 0.21% 0.86% -
XYZ 51.9 47.18 73.39 -
YUV 186.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 202 172 219 0.08 0.21 0 0.14 278.3 0.39 0.77
Hex CA AC DB 8 15 0 E 116 27 4D
Octal 312 254 333 10 25 0 16 426 47 115
Binary 11001010 10101100 11011011 1000 10101 0 1110 100010110 100111 1001101

Color Harmonies of #CAACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACDB

Black with #CAACDB

Text Example


Text Example

White with #CAACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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