Html Css Color HEX #CFD0F9 Lavender Blue

📋 copy color: '#CFD0F9'

red 207 ◦ green 208 ◦ blue 249

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

Shades of Lavender Blue #CFD0F9

Tints of Lavender Blue #CFD0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.33%

 BLUE value IS 249 (97.66% from 255) = 37.5%

R = 31.17%
G = 31.33%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFD0F9 (or 0xCFD0F9) is known color: Lavender Blue. HEX triplet: CF, D0 and F9. RGB value is (207,208,249). Sum of RGB (Red+Green+Blue) = 207+208+249=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0F9 is #302F06. Grayscale: #D4D4D4. Windows color (decimal): -3157767 or 16371919. OLE color: 16371919.

HSL color Cylindrical-coordinate representation of color #CFD0F9: hue angle of 238.57º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD0F9 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 208 249 -
CMYK 0.17 0.16 0 0.02
HSL 238.57º 0.78% 0.89% -
HSV(B) 238.57º 0.17% 0.98% -
XYZ 65.39 65.22 98.76 -
YUV 212.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 207 208 249 0.17 0.16 0 0.02 238.57 0.78 0.89
Hex CF D0 F9 11 10 0 2 EF 4E 59
Octal 317 320 371 21 20 0 2 357 116 131
Binary 11001111 11010000 11111001 10001 10000 0 10 11101111 1001110 1011001

Color Harmonies of #CFD0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD0F9

Black with #CFD0F9

Text Example


Text Example

White with #CFD0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD0F9; }

 p { color: rgb(207,208,249); }

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

background-color css

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

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

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

border-color css

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

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

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