Html Css Color HEX #CFC4FA Lavender Blue

📋 copy color: '#CFC4FA'

red 207 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #CFC4FA

Tints of Lavender Blue #CFC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.02%

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

R = 31.7%
G = 30.02%
B = 38.28%

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

#CFC4FA (or 0xCFC4FA) is known color: Lavender Blue. HEX triplet: CF, C4 and FA. RGB value is (207,196,250). Sum of RGB (Red+Green+Blue) = 207+196+250=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FA is #303B05. Grayscale: #CDCDCD. Windows color (decimal): -3160838 or 16434383. OLE color: 16434383.

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

Color convert

RGB 207 196 250 -
CMYK 0.17 0.22 0 0.02
HSL 252.22º 0.84% 0.87% -
HSV(B) 252.22º 0.22% 0.98% -
XYZ 62.73 59.65 98.65 -
YUV 205.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 207 196 250 0.17 0.22 0 0.02 252.22 0.84 0.87
Hex CF C4 FA 11 16 0 2 FC 54 57
Octal 317 304 372 21 26 0 2 374 124 127
Binary 11001111 11000100 11111010 10001 10110 0 10 11111100 1010100 1010111

Color Harmonies of #CFC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4FA

Black with #CFC4FA

Text Example


Text Example

White with #CFC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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