Html Css Color HEX #CFCCF7 Lavender Blue

📋 copy color: '#CFCCF7'

red 207 ◦ green 204 ◦ blue 247

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

Shades of Lavender Blue #CFCCF7

Tints of Lavender Blue #CFCCF7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

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

R = 31.46%
G = 31%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFCCF7 (or 0xCFCCF7) is known color: Lavender Blue. HEX triplet: CF, CC and F7. RGB value is (207,204,247). Sum of RGB (Red+Green+Blue) = 207+204+247=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF7 is #303308. Grayscale: #D1D1D1. Windows color (decimal): -3158793 or 16239823. OLE color: 16239823.

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

Color convert

RGB 207 204 247 -
CMYK 0.16 0.17 0 0.03
HSL 244.19º 0.73% 0.88% -
HSV(B) 244.19º 0.17% 0.97% -
XYZ 64.11 63.17 96.81 -
YUV 209.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 207 204 247 0.16 0.17 0 0.03 244.19 0.73 0.88
Hex CF CC F7 10 11 0 3 F4 49 58
Octal 317 314 367 20 21 0 3 364 111 130
Binary 11001111 11001100 11110111 10000 10001 0 11 11110100 1001001 1011000

Color Harmonies of #CFCCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCF7

Black with #CFCCF7

Text Example


Text Example

White with #CFCCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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