Html Css Color HEX #CAC2F2 Lavender Blue

📋 copy color: '#CAC2F2'

red 202 ◦ green 194 ◦ blue 242

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

Shades of Lavender Blue #CAC2F2

Tints of Lavender Blue #CAC2F2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.41%

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 31.66%
G = 30.41%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAC2F2 (or 0xCAC2F2) is known color: Lavender Blue. HEX triplet: CA, C2 and F2. RGB value is (202,194,242). Sum of RGB (Red+Green+Blue) = 202+194+242=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2F2 is #353D0D. Grayscale: #C9C9C9. Windows color (decimal): -3489038 or 15909578. OLE color: 15909578.

HSL color Cylindrical-coordinate representation of color #CAC2F2: hue angle of 250º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC2F2 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 194 242 -
CMYK 0.17 0.20 0 0.05
HSL 250º 0.65% 0.85% -
HSV(B) 250º 0.2% 0.95% -
XYZ 59.68 57.55 91.97 -
YUV 201.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 202 194 242 0.17 0.20 0 0.05 250 0.65 0.85
Hex CA C2 F2 11 14 0 5 FA 41 55
Octal 312 302 362 21 24 0 5 372 101 125
Binary 11001010 11000010 11110010 10001 10100 0 101 11111010 1000001 1010101

Color Harmonies of #CAC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2F2

Black with #CAC2F2

Text Example


Text Example

White with #CAC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2F2; }

 p { color: rgb(202,194,242); }

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

background-color css

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

 a { background-color: rgb(202,194,242); }

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

border-color css

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

 span { border-color: rgb(202,194,242); }

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