Html Css Color HEX #CFC7F7 Lavender Blue

📋 copy color: '#CFC7F7'

red 207 ◦ green 199 ◦ blue 247

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

Shades of Lavender Blue #CFC7F7

Tints of Lavender Blue #CFC7F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.83%

R = 31.7%
G = 30.47%
B = 37.83%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFC7F7 (or 0xCFC7F7) is known color: Lavender Blue. HEX triplet: CF, C7 and F7. RGB value is (207,199,247). Sum of RGB (Red+Green+Blue) = 207+199+247=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFC7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7F7 is #303808. Grayscale: #CECECE. Windows color (decimal): -3160073 or 16238543. OLE color: 16238543.

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

Color convert

RGB 207 199 247 -
CMYK 0.16 0.19 0 0.03
HSL 250º 0.75% 0.87% -
HSV(B) 250º 0.19% 0.97% -
XYZ 62.94 60.83 96.42 -
YUV 206.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 207 199 247 0.16 0.19 0 0.03 250 0.75 0.87
Hex CF C7 F7 10 13 0 3 FA 4B 57
Octal 317 307 367 20 23 0 3 372 113 127
Binary 11001111 11000111 11110111 10000 10011 0 11 11111010 1001011 1010111

Color Harmonies of #CFC7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7F7

Black with #CFC7F7

Text Example


Text Example

White with #CFC7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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