Html Css Color HEX #C5CCFC Lavender Blue

📋 copy color: '#C5CCFC'

red 197 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #C5CCFC

Tints of Lavender Blue #C5CCFC

RGB

 RED value IS 197 (77.34% from 255) = 30.17%

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

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

R = 30.17%
G = 31.24%
B = 38.59%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5CCFC (or 0xC5CCFC) is known color: Lavender Blue. HEX triplet: C5, CC and FC. RGB value is (197,204,252). Sum of RGB (Red+Green+Blue) = 197+204+252=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 204 (80.08% from 255 or 31.24% 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 #C5CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCFC is #3A3303. Grayscale: #CFCFCF. Windows color (decimal): -3814148 or 16567493. OLE color: 16567493.

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

Color convert

RGB 197 204 252 -
CMYK 0.22 0.19 0 0.01
HSL 232.36º 0.9% 0.88% -
HSV(B) 232.36º 0.22% 0.99% -
XYZ 62.19 62.08 100.8 -
YUV 207.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 197 204 252 0.22 0.19 0 0.01 232.36 0.9 0.88
Hex C5 CC FC 16 13 0 1 E8 5A 58
Octal 305 314 374 26 23 0 1 350 132 130
Binary 11000101 11001100 11111100 10110 10011 0 1 11101000 1011010 1011000

Color Harmonies of #C5CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCFC

Black with #C5CCFC

Text Example


Text Example

White with #C5CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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