Html Css Color HEX #C6CBFE Lavender Blue

📋 copy color: '#C6CBFE'

red 198 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #C6CBFE

Tints of Lavender Blue #C6CBFE

RGB

 RED value IS 198 (77.73% from 255) = 30.23%

 GREEN value IS 203 (79.69% from 255) = 30.99%

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 30.23%
G = 30.99%
B = 38.78%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6CBFE (or 0xC6CBFE) is known color: Lavender Blue. HEX triplet: C6, CB and FE. RGB value is (198,203,254). Sum of RGB (Red+Green+Blue) = 198+203+254=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFE is #393401. Grayscale: #CFCFCF. Windows color (decimal): -3748866 or 16698310. OLE color: 16698310.

HSL color Cylindrical-coordinate representation of color #C6CBFE: hue angle of 234.64º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CBFE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 203 254 -
CMYK 0.22 0.20 0 0.00
HSL 234.64º 0.97% 0.89% -
HSV(B) 234.64º 0.22% 1% -
XYZ 62.53 61.87 102.41 -
YUV 207.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 198 203 254 0.22 0.20 0 0.00 234.64 0.97 0.89
Hex C6 CB FE 16 14 0 0 EB 61 59
Octal 306 313 376 26 24 0 0 353 141 131
Binary 11000110 11001011 11111110 10110 10100 0 0 11101011 1100001 1011001

Color Harmonies of #C6CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBFE

Black with #C6CBFE

Text Example


Text Example

White with #C6CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBFE; }

 p { color: rgb(198,203,254); }

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

background-color css

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

 a { background-color: rgb(198,203,254); }

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

border-color css

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

 span { border-color: rgb(198,203,254); }

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