Html Css Color HEX #CAB2D6 Prelude

📋 copy color: '#CAB2D6'

red 202 ◦ green 178 ◦ blue 214

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

Shades of Prelude #CAB2D6

Tints of Prelude #CAB2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 34.01%
G = 29.97%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAB2D6 (or 0xCAB2D6) is known color: Prelude. HEX triplet: CA, B2 and D6. RGB value is (202,178,214). Sum of RGB (Red+Green+Blue) = 202+178+214=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2D6 is #354D29. Grayscale: #BDBDBD. Windows color (decimal): -3493162 or 14070474. OLE color: 14070474.

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

Color convert

RGB 202 178 214 -
CMYK 0.06 0.17 0 0.16
HSL 280º 0.31% 0.77% -
HSV(B) 280º 0.17% 0.84% -
XYZ 52.42 49.25 70.36 -
YUV 189.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 202 178 214 0.06 0.17 0 0.16 280 0.31 0.77
Hex CA B2 D6 6 11 0 10 118 1F 4D
Octal 312 262 326 6 21 0 20 430 37 115
Binary 11001010 10110010 11010110 110 10001 0 10000 100011000 11111 1001101

Color Harmonies of #CAB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2D6

Black with #CAB2D6

Text Example


Text Example

White with #CAB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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