Html Css Color HEX #CAB0DB Prelude

📋 copy color: '#CAB0DB'

red 202 ◦ green 176 ◦ blue 219

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

Shades of Prelude #CAB0DB

Tints of Prelude #CAB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.48%

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

R = 33.84%
G = 29.48%
B = 36.68%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB0DB (or 0xCAB0DB) is known color: Prelude. HEX triplet: CA, B0 and DB. RGB value is (202,176,219). Sum of RGB (Red+Green+Blue) = 202+176+219=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DB is #354F24. Grayscale: #BCBCBC. Windows color (decimal): -3493669 or 14397642. OLE color: 14397642.

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

Color convert

RGB 202 176 219 -
CMYK 0.08 0.20 0 0.14
HSL 276.28º 0.37% 0.77% -
HSV(B) 276.28º 0.2% 0.86% -
XYZ 52.67 48.72 73.65 -
YUV 188.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 202 176 219 0.08 0.20 0 0.14 276.28 0.37 0.77
Hex CA B0 DB 8 14 0 E 114 25 4D
Octal 312 260 333 10 24 0 16 424 45 115
Binary 11001010 10110000 11011011 1000 10100 0 1110 100010100 100101 1001101

Color Harmonies of #CAB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0DB

Black with #CAB0DB

Text Example


Text Example

White with #CAB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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