Html Css Color HEX #CFC7F6 Lavender Blue

📋 copy color: '#CFC7F6'

red 207 ◦ green 199 ◦ blue 246

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

Shades of Lavender Blue #CFC7F6

Tints of Lavender Blue #CFC7F6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.52%

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

R = 31.75%
G = 30.52%
B = 37.73%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFC7F6 (or 0xCFC7F6) is known color: Lavender Blue. HEX triplet: CF, C7 and F6. RGB value is (207,199,246). Sum of RGB (Red+Green+Blue) = 207+199+246=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7F6 is #303809. Grayscale: #CECECE. Windows color (decimal): -3160074 or 16173007. OLE color: 16173007.

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

Color convert

RGB 207 199 246 -
CMYK 0.16 0.19 0 0.04
HSL 250.21º 0.72% 0.87% -
HSV(B) 250.21º 0.19% 0.96% -
XYZ 62.79 60.77 95.61 -
YUV 206.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 207 199 246 0.16 0.19 0 0.04 250.21 0.72 0.87
Hex CF C7 F6 10 13 0 4 FA 48 57
Octal 317 307 366 20 23 0 4 372 110 127
Binary 11001111 11000111 11110110 10000 10011 0 100 11111010 1001000 1010111

Color Harmonies of #CFC7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7F6

Black with #CFC7F6

Text Example


Text Example

White with #CFC7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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