Html Css Color HEX #C8C4FC Lavender Blue

📋 copy color: '#C8C4FC'

red 200 ◦ green 196 ◦ blue 252

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

Shades of Lavender Blue #C8C4FC

Tints of Lavender Blue #C8C4FC

RGB

 RED value IS 200 (78.52% from 255) = 30.86%

 GREEN value IS 196 (76.95% from 255) = 30.25%

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

R = 30.86%
G = 30.25%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8C4FC (or 0xC8C4FC) is known color: Lavender Blue. HEX triplet: C8, C4 and FC. RGB value is (200,196,252). Sum of RGB (Red+Green+Blue) = 200+196+252=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8C4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4FC is #373B03. Grayscale: #CBCBCB. Windows color (decimal): -3619588 or 16565448. OLE color: 16565448.

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

Color convert

RGB 200 196 252 -
CMYK 0.21 0.22 0 0.01
HSL 244.29º 0.9% 0.88% -
HSV(B) 244.29º 0.22% 0.99% -
XYZ 61.13 58.79 100.22 -
YUV 203.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 200 196 252 0.21 0.22 0 0.01 244.29 0.9 0.88
Hex C8 C4 FC 15 16 0 1 F4 5A 58
Octal 310 304 374 25 26 0 1 364 132 130
Binary 11001000 11000100 11111100 10101 10110 0 1 11110100 1011010 1011000

Color Harmonies of #C8C4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4FC

Black with #C8C4FC

Text Example


Text Example

White with #C8C4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4FC; }

 p { color: rgb(200,196,252); }

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

background-color css

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

 a { background-color: rgb(200,196,252); }

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

border-color css

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

 span { border-color: rgb(200,196,252); }

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