Html Css Color HEX #C3CEFE Lavender Blue

📋 copy color: '#C3CEFE'

red 195 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #C3CEFE

Tints of Lavender Blue #C3CEFE

RGB

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

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

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

R = 29.77%
G = 31.45%
B = 38.78%

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

#C3CEFE (or 0xC3CEFE) is known color: Lavender Blue. HEX triplet: C3, CE and FE. RGB value is (195,206,254). Sum of RGB (Red+Green+Blue) = 195+206+254=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEFE is #3C3101. Grayscale: #CFCFCF. Windows color (decimal): -3944706 or 16699075. OLE color: 16699075.

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

Color convert

RGB 195 206 254 -
CMYK 0.23 0.19 0 0.00
HSL 228.81º 0.97% 0.88% -
HSV(B) 228.81º 0.23% 1% -
XYZ 62.47 62.9 102.61 -
YUV 208.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 195 206 254 0.23 0.19 0 0.00 228.81 0.97 0.88
Hex C3 CE FE 17 13 0 0 E5 61 58
Octal 303 316 376 27 23 0 0 345 141 130
Binary 11000011 11001110 11111110 10111 10011 0 0 11100101 1100001 1011000

Color Harmonies of #C3CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEFE

Black with #C3CEFE

Text Example


Text Example

White with #C3CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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