Html Css Color HEX #CAB3D5 Prelude

📋 copy color: '#CAB3D5'

red 202 ◦ green 179 ◦ blue 213

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

Shades of Prelude #CAB3D5

Tints of Prelude #CAB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.13%

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

R = 34.01%
G = 30.13%
B = 35.86%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAB3D5 (or 0xCAB3D5) is known color: Prelude. HEX triplet: CA, B3 and D5. RGB value is (202,179,213). Sum of RGB (Red+Green+Blue) = 202+179+213=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3D5 is #354C2A. Grayscale: #BDBDBD. Windows color (decimal): -3492907 or 14005194. OLE color: 14005194.

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

Color convert

RGB 202 179 213 -
CMYK 0.05 0.16 0 0.16
HSL 280.59º 0.29% 0.77% -
HSV(B) 280.59º 0.16% 0.84% -
XYZ 52.49 49.6 69.76 -
YUV 189.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 202 179 213 0.05 0.16 0 0.16 280.59 0.29 0.77
Hex CA B3 D5 5 10 0 10 119 1D 4D
Octal 312 263 325 5 20 0 20 431 35 115
Binary 11001010 10110011 11010101 101 10000 0 10000 100011001 11101 1001101

Color Harmonies of #CAB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3D5

Black with #CAB3D5

Text Example


Text Example

White with #CAB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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