Html Css Color HEX #C3CCFC Lavender Blue

📋 copy color: '#C3CCFC'

red 195 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #C3CCFC

Tints of Lavender Blue #C3CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.34%

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

R = 29.95%
G = 31.34%
B = 38.71%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3CCFC (or 0xC3CCFC) is known color: Lavender Blue. HEX triplet: C3, CC and FC. RGB value is (195,204,252). Sum of RGB (Red+Green+Blue) = 195+204+252=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCFC is #3C3303. Grayscale: #CECECE. Windows color (decimal): -3945220 or 16567491. OLE color: 16567491.

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

Color convert

RGB 195 204 252 -
CMYK 0.23 0.19 0 0.01
HSL 230.53º 0.9% 0.88% -
HSV(B) 230.53º 0.23% 0.99% -
XYZ 61.67 61.82 100.78 -
YUV 206.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 195 204 252 0.23 0.19 0 0.01 230.53 0.9 0.88
Hex C3 CC FC 17 13 0 1 E7 5A 58
Octal 303 314 374 27 23 0 1 347 132 130
Binary 11000011 11001100 11111100 10111 10011 0 1 11100111 1011010 1011000

Color Harmonies of #C3CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCFC

Black with #C3CCFC

Text Example


Text Example

White with #C3CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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