Html Css Color HEX #CAC0F9 Lavender Blue

📋 copy color: '#CAC0F9'

red 202 ◦ green 192 ◦ blue 249

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

Shades of Lavender Blue #CAC0F9

Tints of Lavender Blue #CAC0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.86%

 BLUE value IS 249 (97.66% from 255) = 38.72%

R = 31.42%
G = 29.86%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAC0F9 (or 0xCAC0F9) is known color: Lavender Blue. HEX triplet: CA, C0 and F9. RGB value is (202,192,249). Sum of RGB (Red+Green+Blue) = 202+192+249=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0F9 is #353F06. Grayscale: #C9C9C9. Windows color (decimal): -3489543 or 16367818. OLE color: 16367818.

HSL color Cylindrical-coordinate representation of color #CAC0F9: hue angle of 250.53º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC0F9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 192 249 -
CMYK 0.19 0.23 0 0.02
HSL 250.53º 0.83% 0.86% -
HSV(B) 250.53º 0.23% 0.98% -
XYZ 60.31 57.1 97.46 -
YUV 201.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 202 192 249 0.19 0.23 0 0.02 250.53 0.83 0.86
Hex CA C0 F9 13 17 0 2 FB 53 56
Octal 312 300 371 23 27 0 2 373 123 126
Binary 11001010 11000000 11111001 10011 10111 0 10 11111011 1010011 1010110

Color Harmonies of #CAC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0F9

Black with #CAC0F9

Text Example


Text Example

White with #CAC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0F9; }

 p { color: rgb(202,192,249); }

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

background-color css

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

 a { background-color: rgb(202,192,249); }

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

border-color css

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

 span { border-color: rgb(202,192,249); }

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