Html Css Color HEX #CFC5F9 Lavender Blue

📋 copy color: '#CFC5F9'

red 207 ◦ green 197 ◦ blue 249

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

Shades of Lavender Blue #CFC5F9

Tints of Lavender Blue #CFC5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.17%

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

R = 31.7%
G = 30.17%
B = 38.13%

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

#CFC5F9 (or 0xCFC5F9) is known color: Lavender Blue. HEX triplet: CF, C5 and F9. RGB value is (207,197,249). Sum of RGB (Red+Green+Blue) = 207+197+249=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5F9 is #303A06. Grayscale: #CDCDCD. Windows color (decimal): -3160583 or 16369103. OLE color: 16369103.

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

Color convert

RGB 207 197 249 -
CMYK 0.17 0.21 0 0.02
HSL 251.54º 0.81% 0.87% -
HSV(B) 251.54º 0.21% 0.98% -
XYZ 62.8 60.04 97.9 -
YUV 205.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 207 197 249 0.17 0.21 0 0.02 251.54 0.81 0.87
Hex CF C5 F9 11 15 0 2 FC 51 57
Octal 317 305 371 21 25 0 2 374 121 127
Binary 11001111 11000101 11111001 10001 10101 0 10 11111100 1010001 1010111

Color Harmonies of #CFC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5F9

Black with #CFC5F9

Text Example


Text Example

White with #CFC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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