Html Css Color HEX #C3CEFC Lavender Blue

📋 copy color: '#C3CEFC'

red 195 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #C3CEFC

Tints of Lavender Blue #C3CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.55%

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

R = 29.86%
G = 31.55%
B = 38.59%

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

#C3CEFC (or 0xC3CEFC) is known color: Lavender Blue. HEX triplet: C3, CE and FC. RGB value is (195,206,252). Sum of RGB (Red+Green+Blue) = 195+206+252=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEFC is #3C3103. Grayscale: #CFCFCF. Windows color (decimal): -3944708 or 16568003. OLE color: 16568003.

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

Color convert

RGB 195 206 252 -
CMYK 0.23 0.18 0 0.01
HSL 228.42º 0.9% 0.88% -
HSV(B) 228.42º 0.23% 0.99% -
XYZ 62.15 62.77 100.94 -
YUV 207.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 195 206 252 0.23 0.18 0 0.01 228.42 0.9 0.88
Hex C3 CE FC 17 12 0 1 E4 5A 58
Octal 303 316 374 27 22 0 1 344 132 130
Binary 11000011 11001110 11111100 10111 10010 0 1 11100100 1011010 1011000

Color Harmonies of #C3CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEFC

Black with #C3CEFC

Text Example


Text Example

White with #C3CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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