Html Css Color HEX #CFC4F6 Lavender Blue

📋 copy color: '#CFC4F6'

red 207 ◦ green 196 ◦ blue 246

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

Shades of Lavender Blue #CFC4F6

Tints of Lavender Blue #CFC4F6

RGB

 RED value IS 207 (81.25% from 255) = 31.9%

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

 BLUE value IS 246 (96.48% from 255) = 37.9%

R = 31.9%
G = 30.2%
B = 37.9%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFC4F6 (or 0xCFC4F6) is known color: Lavender Blue. HEX triplet: CF, C4 and F6. RGB value is (207,196,246). Sum of RGB (Red+Green+Blue) = 207+196+246=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4F6 is #303B09. Grayscale: #CCCCCC. Windows color (decimal): -3160842 or 16172239. OLE color: 16172239.

HSL color Cylindrical-coordinate representation of color #CFC4F6: hue angle of 253.2º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC4F6 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 196 246 -
CMYK 0.16 0.20 0 0.04
HSL 253.2º 0.74% 0.87% -
HSV(B) 253.2º 0.2% 0.96% -
XYZ 62.11 59.4 95.38 -
YUV 204.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 207 196 246 0.16 0.20 0 0.04 253.2 0.74 0.87
Hex CF C4 F6 10 14 0 4 FD 4A 57
Octal 317 304 366 20 24 0 4 375 112 127
Binary 11001111 11000100 11110110 10000 10100 0 100 11111101 1001010 1010111

Color Harmonies of #CFC4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4F6

Black with #CFC4F6

Text Example


Text Example

White with #CFC4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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