Html Css Color HEX #CFD3F6 Lavender Blue

📋 copy color: '#CFD3F6'

red 207 ◦ green 211 ◦ blue 246

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

Shades of Lavender Blue #CFD3F6

Tints of Lavender Blue #CFD3F6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.78%

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

R = 31.17%
G = 31.78%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFD3F6 (or 0xCFD3F6) is known color: Lavender Blue. HEX triplet: CF, D3 and F6. RGB value is (207,211,246). Sum of RGB (Red+Green+Blue) = 207+211+246=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFD3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3F6 is #302C09. Grayscale: #D5D5D5. Windows color (decimal): -3157002 or 16176079. OLE color: 16176079.

HSL color Cylindrical-coordinate representation of color #CFD3F6: hue angle of 233.85º 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 #CFD3F6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 211 246 -
CMYK 0.16 0.14 0 0.04
HSL 233.85º 0.68% 0.89% -
HSV(B) 233.85º 0.16% 0.96% -
XYZ 65.66 66.51 96.57 -
YUV 213.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 207 211 246 0.16 0.14 0 0.04 233.85 0.68 0.89
Hex CF D3 F6 10 E 0 4 EA 44 59
Octal 317 323 366 20 16 0 4 352 104 131
Binary 11001111 11010011 11110110 10000 1110 0 100 11101010 1000100 1011001

Color Harmonies of #CFD3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD3F6

Black with #CFD3F6

Text Example


Text Example

White with #CFD3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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