Html Css Color HEX #C3CAFE Lavender Blue

📋 copy color: '#C3CAFE'

red 195 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #C3CAFE

Tints of Lavender Blue #C3CAFE

RGB

 RED value IS 195 (76.56% from 255) = 29.95%

 GREEN value IS 202 (79.3% from 255) = 31.03%

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 29.95%
G = 31.03%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3CAFE (or 0xC3CAFE) is known color: Lavender Blue. HEX triplet: C3, CA and FE. RGB value is (195,202,254). Sum of RGB (Red+Green+Blue) = 195+202+254=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAFE is #3C3501. Grayscale: #CDCDCD. Windows color (decimal): -3945730 or 16698051. OLE color: 16698051.

HSL color Cylindrical-coordinate representation of color #C3CAFE: hue angle of 232.88º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3CAFE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 202 254 -
CMYK 0.23 0.20 0 0.00
HSL 232.88º 0.97% 0.88% -
HSV(B) 232.88º 0.23% 1% -
XYZ 61.52 61 102.3 -
YUV 205.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 195 202 254 0.23 0.20 0 0.00 232.88 0.97 0.88
Hex C3 CA FE 17 14 0 0 E9 61 58
Octal 303 312 376 27 24 0 0 351 141 130
Binary 11000011 11001010 11111110 10111 10100 0 0 11101001 1100001 1011000

Color Harmonies of #C3CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAFE

Black with #C3CAFE

Text Example


Text Example

White with #C3CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAFE; }

 p { color: rgb(195,202,254); }

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

background-color css

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

 a { background-color: rgb(195,202,254); }

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

border-color css

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

 span { border-color: rgb(195,202,254); }

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