Html Css Color HEX #CAB5D5 Prelude

📋 copy color: '#CAB5D5'

red 202 ◦ green 181 ◦ blue 213

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

Shades of Prelude #CAB5D5

Tints of Prelude #CAB5D5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.37%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 33.89%
G = 30.37%
B = 35.74%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAB5D5 (or 0xCAB5D5) is known color: Prelude. HEX triplet: CA, B5 and D5. RGB value is (202,181,213). Sum of RGB (Red+Green+Blue) = 202+181+213=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5D5 is #354A2A. Grayscale: #BEBEBE. Windows color (decimal): -3492395 or 14005706. OLE color: 14005706.

HSL color Cylindrical-coordinate representation of color #CAB5D5: hue angle of 279.38º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB5D5 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 181 213 -
CMYK 0.05 0.15 0 0.16
HSL 279.38º 0.28% 0.77% -
HSV(B) 279.38º 0.15% 0.84% -
XYZ 52.89 50.41 69.89 -
YUV 190.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 202 181 213 0.05 0.15 0 0.16 279.38 0.28 0.77
Hex CA B5 D5 5 F 0 10 117 1C 4D
Octal 312 265 325 5 17 0 20 427 34 115
Binary 11001010 10110101 11010101 101 1111 0 10000 100010111 11100 1001101

Color Harmonies of #CAB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5D5

Black with #CAB5D5

Text Example


Text Example

White with #CAB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5D5; }

 p { color: rgb(202,181,213); }

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

background-color css

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

 a { background-color: rgb(202,181,213); }

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

border-color css

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

 span { border-color: rgb(202,181,213); }

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