Html Css Color HEX #CFC2F9 Lavender Blue

📋 copy color: '#CFC2F9'

red 207 ◦ green 194 ◦ blue 249

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

Shades of Lavender Blue #CFC2F9

Tints of Lavender Blue #CFC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.85%

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

R = 31.85%
G = 29.85%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC2F9 (or 0xCFC2F9) is known color: Lavender Blue. HEX triplet: CF, C2 and F9. RGB value is (207,194,249). Sum of RGB (Red+Green+Blue) = 207+194+249=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2F9 is #303D06. Grayscale: #CBCBCB. Windows color (decimal): -3161351 or 16368335. OLE color: 16368335.

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

Color convert

RGB 207 194 249 -
CMYK 0.17 0.22 0 0.02
HSL 254.18º 0.82% 0.87% -
HSV(B) 254.18º 0.22% 0.98% -
XYZ 62.12 58.69 97.68 -
YUV 204.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 207 194 249 0.17 0.22 0 0.02 254.18 0.82 0.87
Hex CF C2 F9 11 16 0 2 FE 52 57
Octal 317 302 371 21 26 0 2 376 122 127
Binary 11001111 11000010 11111001 10001 10110 0 10 11111110 1010010 1010111

Color Harmonies of #CFC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2F9

Black with #CFC2F9

Text Example


Text Example

White with #CFC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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