Html Css Color HEX #CFCFF7 Lavender Blue

📋 copy color: '#CFCFF7'

red 207 ◦ green 207 ◦ blue 247

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

Shades of Lavender Blue #CFCFF7

Tints of Lavender Blue #CFCFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.32%

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 31.32%
G = 31.32%
B = 37.37%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFCFF7 (or 0xCFCFF7) is known color: Lavender Blue. HEX triplet: CF, CF and F7. RGB value is (207,207,247). Sum of RGB (Red+Green+Blue) = 207+207+247=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF7 is #303008. Grayscale: #D3D3D3. Windows color (decimal): -3158025 or 16240591. OLE color: 16240591.

HSL color Cylindrical-coordinate representation of color #CFCFF7: hue angle of 240º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCFF7 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 207 247 -
CMYK 0.16 0.16 0 0.03
HSL 240º 0.71% 0.89% -
HSV(B) 240º 0.16% 0.97% -
XYZ 64.83 64.61 97.05 -
YUV 211.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 207 207 247 0.16 0.16 0 0.03 240 0.71 0.89
Hex CF CF F7 10 10 0 3 F0 47 59
Octal 317 317 367 20 20 0 3 360 107 131
Binary 11001111 11001111 11110111 10000 10000 0 11 11110000 1000111 1011001

Color Harmonies of #CFCFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCFF7

Black with #CFCFF7

Text Example


Text Example

White with #CFCFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCFF7; }

 p { color: rgb(207,207,247); }

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

background-color css

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

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

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

border-color css

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

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

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