Html Css Color HEX #CACFF7 Lavender Blue

📋 copy color: '#CACFF7'

red 202 ◦ green 207 ◦ blue 247

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

Shades of Lavender Blue #CACFF7

Tints of Lavender Blue #CACFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.55%

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 30.79%
G = 31.55%
B = 37.65%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CACFF7 (or 0xCACFF7) is known color: Lavender Blue. HEX triplet: CA, CF and F7. RGB value is (202,207,247). Sum of RGB (Red+Green+Blue) = 202+207+247=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #CACFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF7 is #353008. Grayscale: #D1D1D1. Windows color (decimal): -3485705 or 16240586. OLE color: 16240586.

HSL color Cylindrical-coordinate representation of color #CACFF7: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACFF7 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 207 247 -
CMYK 0.18 0.16 0 0.03
HSL 233.33º 0.74% 0.88% -
HSV(B) 233.33º 0.18% 0.97% -
XYZ 63.46 63.9 96.98 -
YUV 210.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 202 207 247 0.18 0.16 0 0.03 233.33 0.74 0.88
Hex CA CF F7 12 10 0 3 E9 4A 58
Octal 312 317 367 22 20 0 3 351 112 130
Binary 11001010 11001111 11110111 10010 10000 0 11 11101001 1001010 1011000

Color Harmonies of #CACFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFF7

Black with #CACFF7

Text Example


Text Example

White with #CACFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFF7; }

 p { color: rgb(202,207,247); }

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

background-color css

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

 a { background-color: rgb(202,207,247); }

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

border-color css

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

 span { border-color: rgb(202,207,247); }

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