Html Css Color HEX #CFCBF6 Lavender Blue

📋 copy color: '#CFCBF6'

red 207 ◦ green 203 ◦ blue 246

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

Shades of Lavender Blue #CFCBF6

Tints of Lavender Blue #CFCBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.95%

 BLUE value IS 246 (96.48% from 255) = 37.5%

R = 31.55%
G = 30.95%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFCBF6 (or 0xCFCBF6) is known color: Lavender Blue. HEX triplet: CF, CB and F6. RGB value is (207,203,246). Sum of RGB (Red+Green+Blue) = 207+203+246=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF6 is #303409. Grayscale: #D0D0D0. Windows color (decimal): -3159050 or 16174031. OLE color: 16174031.

HSL color Cylindrical-coordinate representation of color #CFCBF6: hue angle of 245.58º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCBF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 203 246 -
CMYK 0.16 0.17 0 0.04
HSL 245.58º 0.7% 0.88% -
HSV(B) 245.58º 0.17% 0.96% -
XYZ 63.72 62.63 95.92 -
YUV 209.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 207 203 246 0.16 0.17 0 0.04 245.58 0.7 0.88
Hex CF CB F6 10 11 0 4 F6 46 58
Octal 317 313 366 20 21 0 4 366 106 130
Binary 11001111 11001011 11110110 10000 10001 0 100 11110110 1000110 1011000

Color Harmonies of #CFCBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCBF6

Black with #CFCBF6

Text Example


Text Example

White with #CFCBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCBF6; }

 p { color: rgb(207,203,246); }

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

background-color css

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

 a { background-color: rgb(207,203,246); }

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

border-color css

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

 span { border-color: rgb(207,203,246); }

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