Html Css Color HEX #CFC9FE Lavender Blue

📋 copy color: '#CFC9FE'

red 207 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #CFC9FE

Tints of Lavender Blue #CFC9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 31.27%
G = 30.36%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFC9FE (or 0xCFC9FE) is known color: Lavender Blue. HEX triplet: CF, C9 and FE. RGB value is (207,201,254). Sum of RGB (Red+Green+Blue) = 207+201+254=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FE is #303601. Grayscale: #D0D0D0. Windows color (decimal): -3159554 or 16697807. OLE color: 16697807.

HSL color Cylindrical-coordinate representation of color #CFC9FE: hue angle of 246.79º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC9FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 201 254 -
CMYK 0.19 0.21 0 0.00
HSL 246.79º 0.96% 0.89% -
HSV(B) 246.79º 0.21% 1% -
XYZ 64.51 62.19 102.37 -
YUV 208.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 207 201 254 0.19 0.21 0 0.00 246.79 0.96 0.89
Hex CF C9 FE 13 15 0 0 F7 60 59
Octal 317 311 376 23 25 0 0 367 140 131
Binary 11001111 11001001 11111110 10011 10101 0 0 11110111 1100000 1011001

Color Harmonies of #CFC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9FE

Black with #CFC9FE

Text Example


Text Example

White with #CFC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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