Html Css Color HEX #CFC7FD Lavender Blue

📋 copy color: '#CFC7FD'

red 207 ◦ green 199 ◦ blue 253

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

Shades of Lavender Blue #CFC7FD

Tints of Lavender Blue #CFC7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.2%

 BLUE value IS 253 (99.22% from 255) = 38.39%

R = 31.41%
G = 30.2%
B = 38.39%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFC7FD (or 0xCFC7FD) is known color: Lavender Blue. HEX triplet: CF, C7 and FD. RGB value is (207,199,253). Sum of RGB (Red+Green+Blue) = 207+199+253=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7FD is #303802. Grayscale: #CFCFCF. Windows color (decimal): -3160067 or 16631759. OLE color: 16631759.

HSL color Cylindrical-coordinate representation of color #CFC7FD: hue angle of 248.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC7FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 199 253 -
CMYK 0.18 0.21 0 0.01
HSL 248.89º 0.93% 0.89% -
HSV(B) 248.89º 0.21% 0.99% -
XYZ 63.89 61.2 101.38 -
YUV 207.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 207 199 253 0.18 0.21 0 0.01 248.89 0.93 0.89
Hex CF C7 FD 12 15 0 1 F9 5D 59
Octal 317 307 375 22 25 0 1 371 135 131
Binary 11001111 11000111 11111101 10010 10101 0 1 11111001 1011101 1011001

Color Harmonies of #CFC7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7FD

Black with #CFC7FD

Text Example


Text Example

White with #CFC7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7FD; }

 p { color: rgb(207,199,253); }

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

background-color css

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

 a { background-color: rgb(207,199,253); }

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

border-color css

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

 span { border-color: rgb(207,199,253); }

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