Html Css Color HEX #CAB0DA Prelude

📋 copy color: '#CAB0DA'

red 202 ◦ green 176 ◦ blue 218

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

Shades of Prelude #CAB0DA

Tints of Prelude #CAB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.53%

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

R = 33.89%
G = 29.53%
B = 36.58%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAB0DA (or 0xCAB0DA) is known color: Prelude. HEX triplet: CA, B0 and DA. RGB value is (202,176,218). Sum of RGB (Red+Green+Blue) = 202+176+218=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DA is #354F25. Grayscale: #BCBCBC. Windows color (decimal): -3493670 or 14332106. OLE color: 14332106.

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

Color convert

RGB 202 176 218 -
CMYK 0.07 0.19 0 0.15
HSL 277.14º 0.36% 0.77% -
HSV(B) 277.14º 0.19% 0.85% -
XYZ 52.54 48.67 72.95 -
YUV 188.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 202 176 218 0.07 0.19 0 0.15 277.14 0.36 0.77
Hex CA B0 DA 7 13 0 F 115 24 4D
Octal 312 260 332 7 23 0 17 425 44 115
Binary 11001010 10110000 11011010 111 10011 0 1111 100010101 100100 1001101

Color Harmonies of #CAB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0DA

Black with #CAB0DA

Text Example


Text Example

White with #CAB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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