Html Css Color HEX #CFCFF6 Lavender Blue

📋 copy color: '#CFCFF6'

red 207 ◦ green 207 ◦ blue 246

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

Shades of Lavender Blue #CFCFF6

Tints of Lavender Blue #CFCFF6

RGB

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

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

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

R = 31.36%
G = 31.36%
B = 37.27%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFCFF6 (or 0xCFCFF6) is known color: Lavender Blue. HEX triplet: CF, CF and F6. RGB value is (207,207,246). Sum of RGB (Red+Green+Blue) = 207+207+246=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF6 is #303009. Grayscale: #D3D3D3. Windows color (decimal): -3158026 or 16175055. OLE color: 16175055.

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

Color convert

RGB 207 207 246 -
CMYK 0.16 0.16 0 0.04
HSL 240º 0.68% 0.89% -
HSV(B) 240º 0.16% 0.96% -
XYZ 64.68 64.54 96.24 -
YUV 211.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 207 207 246 0.16 0.16 0 0.04 240 0.68 0.89
Hex CF CF F6 10 10 0 4 F0 44 59
Octal 317 317 366 20 20 0 4 360 104 131
Binary 11001111 11001111 11110110 10000 10000 0 100 11110000 1000100 1011001

Color Harmonies of #CFCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCFF6

Black with #CFCFF6

Text Example


Text Example

White with #CFCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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