Html Css Color HEX #C3CFFC Lavender Blue

📋 copy color: '#C3CFFC'

red 195 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #C3CFFC

Tints of Lavender Blue #C3CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 29.82%
G = 31.65%
B = 38.53%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3CFFC (or 0xC3CFFC) is known color: Lavender Blue. HEX triplet: C3, CF and FC. RGB value is (195,207,252). Sum of RGB (Red+Green+Blue) = 195+207+252=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFC is #3C3003. Grayscale: #D0D0D0. Windows color (decimal): -3944452 or 16568259. OLE color: 16568259.

HSL color Cylindrical-coordinate representation of color #C3CFFC: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3CFFC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 207 252 -
CMYK 0.23 0.18 0 0.01
HSL 227.37º 0.9% 0.88% -
HSV(B) 227.37º 0.23% 0.99% -
XYZ 62.39 63.26 101.02 -
YUV 208.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 195 207 252 0.23 0.18 0 0.01 227.37 0.9 0.88
Hex C3 CF FC 17 12 0 1 E3 5A 58
Octal 303 317 374 27 22 0 1 343 132 130
Binary 11000011 11001111 11111100 10111 10010 0 1 11100011 1011010 1011000

Color Harmonies of #C3CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFFC

Black with #C3CFFC

Text Example


Text Example

White with #C3CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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