Html Css Color HEX #CFC2FA Lavender Blue

📋 copy color: '#CFC2FA'

red 207 ◦ green 194 ◦ blue 250

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

Shades of Lavender Blue #CFC2FA

Tints of Lavender Blue #CFC2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 31.8%
G = 29.8%
B = 38.4%

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

#CFC2FA (or 0xCFC2FA) is known color: Lavender Blue. HEX triplet: CF, C2 and FA. RGB value is (207,194,250). Sum of RGB (Red+Green+Blue) = 207+194+250=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FA is #303D05. Grayscale: #CCCCCC. Windows color (decimal): -3161350 or 16433871. OLE color: 16433871.

HSL color Cylindrical-coordinate representation of color #CFC2FA: hue angle of 253.93º degrees, saturation: 0.85, 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 #CFC2FA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 194 250 -
CMYK 0.17 0.22 0 0.02
HSL 253.93º 0.85% 0.87% -
HSV(B) 253.93º 0.22% 0.98% -
XYZ 62.28 58.75 98.5 -
YUV 204.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 207 194 250 0.17 0.22 0 0.02 253.93 0.85 0.87
Hex CF C2 FA 11 16 0 2 FE 55 57
Octal 317 302 372 21 26 0 2 376 125 127
Binary 11001111 11000010 11111010 10001 10110 0 10 11111110 1010101 1010111

Color Harmonies of #CFC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2FA

Black with #CFC2FA

Text Example


Text Example

White with #CFC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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