Html Css Color HEX #C4CFFC Lavender Blue

📋 copy color: '#C4CFFC'

red 196 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #C4CFFC

Tints of Lavender Blue #C4CFFC

RGB

 RED value IS 196 (76.95% from 255) = 29.92%

 GREEN value IS 207 (81.25% from 255) = 31.6%

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

R = 29.92%
G = 31.6%
B = 38.47%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4CFFC (or 0xC4CFFC) is known color: Lavender Blue. HEX triplet: C4, CF and FC. RGB value is (196,207,252). Sum of RGB (Red+Green+Blue) = 196+207+252=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFC is #3B3003. Grayscale: #D0D0D0. Windows color (decimal): -3878916 or 16568260. OLE color: 16568260.

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

Color convert

RGB 196 207 252 -
CMYK 0.22 0.18 0 0.01
HSL 228.21º 0.9% 0.88% -
HSV(B) 228.21º 0.22% 0.99% -
XYZ 62.65 63.39 101.03 -
YUV 208.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 196 207 252 0.22 0.18 0 0.01 228.21 0.9 0.88
Hex C4 CF FC 16 12 0 1 E4 5A 58
Octal 304 317 374 26 22 0 1 344 132 130
Binary 11000100 11001111 11111100 10110 10010 0 1 11100100 1011010 1011000

Color Harmonies of #C4CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFFC

Black with #C4CFFC

Text Example


Text Example

White with #C4CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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