Html Css Color HEX #C3CFFE Lavender Blue

📋 copy color: '#C3CFFE'

red 195 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #C3CFFE

Tints of Lavender Blue #C3CFFE

RGB

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

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

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

R = 29.73%
G = 31.55%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3CFFE (or 0xC3CFFE) is known color: Lavender Blue. HEX triplet: C3, CF and FE. RGB value is (195,207,254). Sum of RGB (Red+Green+Blue) = 195+207+254=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFE is #3C3001. Grayscale: #D0D0D0. Windows color (decimal): -3944450 or 16699331. OLE color: 16699331.

HSL color Cylindrical-coordinate representation of color #C3CFFE: hue angle of 227.8º 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 #C3CFFE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 207 254 -
CMYK 0.23 0.19 0 0.00
HSL 227.8º 0.97% 0.88% -
HSV(B) 227.8º 0.23% 1% -
XYZ 62.71 63.38 102.7 -
YUV 208.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 195 207 254 0.23 0.19 0 0.00 227.8 0.97 0.88
Hex C3 CF FE 17 13 0 0 E4 61 58
Octal 303 317 376 27 23 0 0 344 141 130
Binary 11000011 11001111 11111110 10111 10011 0 0 11100100 1100001 1011000

Color Harmonies of #C3CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFFE

Black with #C3CFFE

Text Example


Text Example

White with #C3CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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