Html Css Color HEX #CFC7FB Lavender Blue

📋 copy color: '#CFC7FB'

red 207 ◦ green 199 ◦ blue 251

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

Shades of Lavender Blue #CFC7FB

Tints of Lavender Blue #CFC7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.2%

R = 31.51%
G = 30.29%
B = 38.2%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC7FB (or 0xCFC7FB) is known color: Lavender Blue. HEX triplet: CF, C7 and FB. RGB value is (207,199,251). Sum of RGB (Red+Green+Blue) = 207+199+251=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7FB is #303804. Grayscale: #CFCFCF. Windows color (decimal): -3160069 or 16500687. OLE color: 16500687.

HSL color Cylindrical-coordinate representation of color #CFC7FB: hue angle of 249.23º degrees, saturation: 0.87, 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 #CFC7FB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 199 251 -
CMYK 0.18 0.21 0 0.02
HSL 249.23º 0.87% 0.88% -
HSV(B) 249.23º 0.21% 0.98% -
XYZ 63.57 61.08 99.71 -
YUV 207.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 207 199 251 0.18 0.21 0 0.02 249.23 0.87 0.88
Hex CF C7 FB 12 15 0 2 F9 57 58
Octal 317 307 373 22 25 0 2 371 127 130
Binary 11001111 11000111 11111011 10010 10101 0 10 11111001 1010111 1011000

Color Harmonies of #CFC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7FB

Black with #CFC7FB

Text Example


Text Example

White with #CFC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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