Html Css Color HEX #CAB9DA Prelude

📋 copy color: '#CAB9DA'

red 202 ◦ green 185 ◦ blue 218

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

Shades of Prelude #CAB9DA

Tints of Prelude #CAB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.58%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 33.39%
G = 30.58%
B = 36.03%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAB9DA (or 0xCAB9DA) is known color: Prelude. HEX triplet: CA, B9 and DA. RGB value is (202,185,218). Sum of RGB (Red+Green+Blue) = 202+185+218=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9DA is #354625. Grayscale: #C1C1C1. Windows color (decimal): -3491366 or 14334410. OLE color: 14334410.

HSL color Cylindrical-coordinate representation of color #CAB9DA: hue angle of 270.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB9DA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 185 218 -
CMYK 0.07 0.15 0 0.15
HSL 270.91º 0.31% 0.79% -
HSV(B) 270.91º 0.15% 0.85% -
XYZ 54.36 52.32 73.56 -
YUV 193.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 202 185 218 0.07 0.15 0 0.15 270.91 0.31 0.79
Hex CA B9 DA 7 F 0 F 10F 1F 4F
Octal 312 271 332 7 17 0 17 417 37 117
Binary 11001010 10111001 11011010 111 1111 0 1111 100001111 11111 1001111

Color Harmonies of #CAB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9DA

Black with #CAB9DA

Text Example


Text Example

White with #CAB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9DA; }

 p { color: rgb(202,185,218); }

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

background-color css

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

 a { background-color: rgb(202,185,218); }

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

border-color css

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

 span { border-color: rgb(202,185,218); }

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