Html Css Color HEX #C2CBFA Lavender Blue

📋 copy color: '#C2CBFA'

red 194 ◦ green 203 ◦ blue 250

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

Shades of Lavender Blue #C2CBFA

Tints of Lavender Blue #C2CBFA

RGB

 RED value IS 194 (76.17% from 255) = 29.98%

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

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

R = 29.98%
G = 31.38%
B = 38.64%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2CBFA (or 0xC2CBFA) is known color: Lavender Blue. HEX triplet: C2, CB and FA. RGB value is (194,203,250). Sum of RGB (Red+Green+Blue) = 194+203+250=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFA is #3D3405. Grayscale: #CDCDCD. Windows color (decimal): -4011014 or 16436162. OLE color: 16436162.

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

Color convert

RGB 194 203 250 -
CMYK 0.22 0.19 0 0.02
HSL 230.36º 0.85% 0.87% -
HSV(B) 230.36º 0.22% 0.98% -
XYZ 60.86 61.08 99.03 -
YUV 205.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 194 203 250 0.22 0.19 0 0.02 230.36 0.85 0.87
Hex C2 CB FA 16 13 0 2 E6 55 57
Octal 302 313 372 26 23 0 2 346 125 127
Binary 11000010 11001011 11111010 10110 10011 0 10 11100110 1010101 1010111

Color Harmonies of #C2CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBFA

Black with #C2CBFA

Text Example


Text Example

White with #C2CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBFA; }

 p { color: rgb(194,203,250); }

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

background-color css

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

 a { background-color: rgb(194,203,250); }

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

border-color css

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

 span { border-color: rgb(194,203,250); }

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