Html Css Color HEX #CFC9FF Lavender Blue

📋 copy color: '#CFC9FF'

red 207 ◦ green 201 ◦ blue 255

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

Shades of Lavender Blue #CFC9FF

Tints of Lavender Blue #CFC9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 31.22%
G = 30.32%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFC9FF (or 0xCFC9FF) is known color: Lavender Blue. HEX triplet: CF, C9 and FF. RGB value is (207,201,255). Sum of RGB (Red+Green+Blue) = 207+201+255=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FF is #303600. Grayscale: #D0D0D0. Windows color (decimal): -3159553 or 16763343. OLE color: 16763343.

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

Color convert

RGB 207 201 255 -
CMYK 0.19 0.21 0 0
HSL 246.67º 1% 0.89% -
HSV(B) 246.67º 0.21% 1% -
XYZ 64.67 62.26 103.22 -
YUV 208.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 207 201 255 0.19 0.21 0 0 246.67 1 0.89
Hex CF C9 FF 13 15 0 0 F7 64 59
Octal 317 311 377 23 25 0 0 367 144 131
Binary 11001111 11001001 11111111 10011 10101 0 0 11110111 1100100 1011001

Color Harmonies of #CFC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9FF

Black with #CFC9FF

Text Example


Text Example

White with #CFC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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