Html Css Color HEX #CFC6F9 Lavender Blue

📋 copy color: '#CFC6F9'

red 207 ◦ green 198 ◦ blue 249

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

Shades of Lavender Blue #CFC6F9

Tints of Lavender Blue #CFC6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.07%

R = 31.65%
G = 30.28%
B = 38.07%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC6F9 (or 0xCFC6F9) is known color: Lavender Blue. HEX triplet: CF, C6 and F9. RGB value is (207,198,249). Sum of RGB (Red+Green+Blue) = 207+198+249=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6F9 is #303906. Grayscale: #CECECE. Windows color (decimal): -3160327 or 16369359. OLE color: 16369359.

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

Color convert

RGB 207 198 249 -
CMYK 0.17 0.20 0 0.02
HSL 250.59º 0.81% 0.88% -
HSV(B) 250.59º 0.2% 0.98% -
XYZ 63.03 60.49 97.98 -
YUV 206.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 207 198 249 0.17 0.20 0 0.02 250.59 0.81 0.88
Hex CF C6 F9 11 14 0 2 FB 51 58
Octal 317 306 371 21 24 0 2 373 121 130
Binary 11001111 11000110 11111001 10001 10100 0 10 11111011 1010001 1011000

Color Harmonies of #CFC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6F9

Black with #CFC6F9

Text Example


Text Example

White with #CFC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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