Html Css Color HEX #CFC9FB Lavender Blue

📋 copy color: '#CFC9FB'

red 207 ◦ green 201 ◦ blue 251

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

Shades of Lavender Blue #CFC9FB

Tints of Lavender Blue #CFC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.5%

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

R = 31.41%
G = 30.5%
B = 38.09%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC9FB (or 0xCFC9FB) is known color: Lavender Blue. HEX triplet: CF, C9 and FB. RGB value is (207,201,251). Sum of RGB (Red+Green+Blue) = 207+201+251=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FB is #303604. Grayscale: #D0D0D0. Windows color (decimal): -3159557 or 16501199. OLE color: 16501199.

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

Color convert

RGB 207 201 251 -
CMYK 0.18 0.20 0 0.02
HSL 247.2º 0.86% 0.89% -
HSV(B) 247.2º 0.2% 0.98% -
XYZ 64.03 62 99.86 -
YUV 208.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 207 201 251 0.18 0.20 0 0.02 247.2 0.86 0.89
Hex CF C9 FB 12 14 0 2 F7 56 59
Octal 317 311 373 22 24 0 2 367 126 131
Binary 11001111 11001001 11111011 10010 10100 0 10 11110111 1010110 1011001

Color Harmonies of #CFC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9FB

Black with #CFC9FB

Text Example


Text Example

White with #CFC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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