Html Css Color HEX #CAABDA Prelude

📋 copy color: '#CAABDA'

red 202 ◦ green 171 ◦ blue 218

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

Shades of Prelude #CAABDA

Tints of Prelude #CAABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

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

R = 34.18%
G = 28.93%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAABDA (or 0xCAABDA) is known color: Prelude. HEX triplet: CA, AB and DA. RGB value is (202,171,218). Sum of RGB (Red+Green+Blue) = 202+171+218=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDA is #355425. Grayscale: #B9B9B9. Windows color (decimal): -3494950 or 14330826. OLE color: 14330826.

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

Color convert

RGB 202 171 218 -
CMYK 0.07 0.22 0 0.15
HSL 279.57º 0.39% 0.76% -
HSV(B) 279.57º 0.22% 0.85% -
XYZ 51.57 46.74 72.63 -
YUV 185.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 202 171 218 0.07 0.22 0 0.15 279.57 0.39 0.76
Hex CA AB DA 7 16 0 F 118 27 4C
Octal 312 253 332 7 26 0 17 430 47 114
Binary 11001010 10101011 11011010 111 10110 0 1111 100011000 100111 1001100

Color Harmonies of #CAABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABDA

Black with #CAABDA

Text Example


Text Example

White with #CAABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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