Html Css Color HEX #CAB1DC Prelude

📋 copy color: '#CAB1DC'

red 202 ◦ green 177 ◦ blue 220

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

Shades of Prelude #CAB1DC

Tints of Prelude #CAB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.55%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 33.72%
G = 29.55%
B = 36.73%

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

#CAB1DC (or 0xCAB1DC) is known color: Prelude. HEX triplet: CA, B1 and DC. RGB value is (202,177,220). Sum of RGB (Red+Green+Blue) = 202+177+220=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DC is #354E23. Grayscale: #BDBDBD. Windows color (decimal): -3493412 or 14463434. OLE color: 14463434.

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

Color convert

RGB 202 177 220 -
CMYK 0.08 0.20 0 0.14
HSL 274.88º 0.38% 0.78% -
HSV(B) 274.88º 0.2% 0.86% -
XYZ 53 49.17 74.41 -
YUV 189.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 202 177 220 0.08 0.20 0 0.14 274.88 0.38 0.78
Hex CA B1 DC 8 14 0 E 113 26 4E
Octal 312 261 334 10 24 0 16 423 46 116
Binary 11001010 10110001 11011100 1000 10100 0 1110 100010011 100110 1001110

Color Harmonies of #CAB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1DC

Black with #CAB1DC

Text Example


Text Example

White with #CAB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1DC; }

 p { color: rgb(202,177,220); }

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

background-color css

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

 a { background-color: rgb(202,177,220); }

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

border-color css

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

 span { border-color: rgb(202,177,220); }

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