Html Css Color HEX #CAB2DA Prelude

📋 copy color: '#CAB2DA'

red 202 ◦ green 178 ◦ blue 218

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

Shades of Prelude #CAB2DA

Tints of Prelude #CAB2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.77%

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

R = 33.78%
G = 29.77%
B = 36.45%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAB2DA (or 0xCAB2DA) is known color: Prelude. HEX triplet: CA, B2 and DA. RGB value is (202,178,218). Sum of RGB (Red+Green+Blue) = 202+178+218=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2DA is #354D25. Grayscale: #BDBDBD. Windows color (decimal): -3493158 or 14332618. OLE color: 14332618.

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

Color convert

RGB 202 178 218 -
CMYK 0.07 0.18 0 0.15
HSL 276º 0.35% 0.78% -
HSV(B) 276º 0.18% 0.85% -
XYZ 52.93 49.46 73.09 -
YUV 189.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 202 178 218 0.07 0.18 0 0.15 276 0.35 0.78
Hex CA B2 DA 7 12 0 F 114 23 4E
Octal 312 262 332 7 22 0 17 424 43 116
Binary 11001010 10110010 11011010 111 10010 0 1111 100010100 100011 1001110

Color Harmonies of #CAB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2DA

Black with #CAB2DA

Text Example


Text Example

White with #CAB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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