Html Css Color HEX #CFC5FB Lavender Blue

📋 copy color: '#CFC5FB'

red 207 ◦ green 197 ◦ blue 251

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

Shades of Lavender Blue #CFC5FB

Tints of Lavender Blue #CFC5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 31.6%
G = 30.08%
B = 38.32%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFC5FB (or 0xCFC5FB) is known color: Lavender Blue. HEX triplet: CF, C5 and FB. RGB value is (207,197,251). Sum of RGB (Red+Green+Blue) = 207+197+251=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FB is #303A04. Grayscale: #CDCDCD. Windows color (decimal): -3160581 or 16500175. OLE color: 16500175.

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

Color convert

RGB 207 197 251 -
CMYK 0.18 0.22 0 0.02
HSL 251.11º 0.87% 0.88% -
HSV(B) 251.11º 0.22% 0.98% -
XYZ 63.11 60.16 99.55 -
YUV 206.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 207 197 251 0.18 0.22 0 0.02 251.11 0.87 0.88
Hex CF C5 FB 12 16 0 2 FB 57 58
Octal 317 305 373 22 26 0 2 373 127 130
Binary 11001111 11000101 11111011 10010 10110 0 10 11111011 1010111 1011000

Color Harmonies of #CFC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5FB

Black with #CFC5FB

Text Example


Text Example

White with #CFC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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