Html Css Color HEX #CFC6FA Lavender Blue

📋 copy color: '#CFC6FA'

red 207 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #CFC6FA

Tints of Lavender Blue #CFC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 31.6%
G = 30.23%
B = 38.17%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC6FA (or 0xCFC6FA) is known color: Lavender Blue. HEX triplet: CF, C6 and FA. RGB value is (207,198,250). Sum of RGB (Red+Green+Blue) = 207+198+250=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FA is #303905. Grayscale: #CECECE. Windows color (decimal): -3160326 or 16434895. OLE color: 16434895.

HSL color Cylindrical-coordinate representation of color #CFC6FA: hue angle of 250.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC6FA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 198 250 -
CMYK 0.17 0.21 0 0.02
HSL 250.38º 0.84% 0.88% -
HSV(B) 250.38º 0.21% 0.98% -
XYZ 63.18 60.56 98.8 -
YUV 206.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 207 198 250 0.17 0.21 0 0.02 250.38 0.84 0.88
Hex CF C6 FA 11 15 0 2 FA 54 58
Octal 317 306 372 21 25 0 2 372 124 130
Binary 11001111 11000110 11111010 10001 10101 0 10 11111010 1010100 1011000

Color Harmonies of #CFC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6FA

Black with #CFC6FA

Text Example


Text Example

White with #CFC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6FA; }

 p { color: rgb(207,198,250); }

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

background-color css

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

 a { background-color: rgb(207,198,250); }

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

border-color css

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

 span { border-color: rgb(207,198,250); }

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