Html Css Color HEX #CFC7FE Lavender Blue

📋 copy color: '#CFC7FE'

red 207 ◦ green 199 ◦ blue 254

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

Shades of Lavender Blue #CFC7FE

Tints of Lavender Blue #CFC7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 31.36%
G = 30.15%
B = 38.48%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFC7FE (or 0xCFC7FE) is known color: Lavender Blue. HEX triplet: CF, C7 and FE. RGB value is (207,199,254). Sum of RGB (Red+Green+Blue) = 207+199+254=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7FE is #303801. Grayscale: #CFCFCF. Windows color (decimal): -3160066 or 16697295. OLE color: 16697295.

HSL color Cylindrical-coordinate representation of color #CFC7FE: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC7FE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 199 254 -
CMYK 0.19 0.22 0 0.00
HSL 248.73º 0.96% 0.89% -
HSV(B) 248.73º 0.22% 1% -
XYZ 64.04 61.27 102.22 -
YUV 207.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 207 199 254 0.19 0.22 0 0.00 248.73 0.96 0.89
Hex CF C7 FE 13 16 0 0 F9 60 59
Octal 317 307 376 23 26 0 0 371 140 131
Binary 11001111 11000111 11111110 10011 10110 0 0 11111001 1100000 1011001

Color Harmonies of #CFC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7FE

Black with #CFC7FE

Text Example


Text Example

White with #CFC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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