Html Css Color HEX #CFC5FC Lavender Blue

📋 copy color: '#CFC5FC'

red 207 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #CFC5FC

Tints of Lavender Blue #CFC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.03%

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 31.55%
G = 30.03%
B = 38.41%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFC5FC (or 0xCFC5FC) is known color: Lavender Blue. HEX triplet: CF, C5 and FC. RGB value is (207,197,252). Sum of RGB (Red+Green+Blue) = 207+197+252=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FC is #303A03. Grayscale: #CECECE. Windows color (decimal): -3160580 or 16565711. OLE color: 16565711.

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

Color convert

RGB 207 197 252 -
CMYK 0.18 0.22 0 0.01
HSL 250.91º 0.9% 0.88% -
HSV(B) 250.91º 0.22% 0.99% -
XYZ 63.27 60.23 100.39 -
YUV 206.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 207 197 252 0.18 0.22 0 0.01 250.91 0.9 0.88
Hex CF C5 FC 12 16 0 1 FB 5A 58
Octal 317 305 374 22 26 0 1 373 132 130
Binary 11001111 11000101 11111100 10010 10110 0 1 11111011 1011010 1011000

Color Harmonies of #CFC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5FC

Black with #CFC5FC

Text Example


Text Example

White with #CFC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5FC; }

 p { color: rgb(207,197,252); }

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

background-color css

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

 a { background-color: rgb(207,197,252); }

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

border-color css

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

 span { border-color: rgb(207,197,252); }

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