Html Css Color HEX #C2CBFC Lavender Blue

📋 copy color: '#C2CBFC'

red 194 ◦ green 203 ◦ blue 252

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

Shades of Lavender Blue #C2CBFC

Tints of Lavender Blue #C2CBFC

RGB

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

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

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

R = 29.89%
G = 31.28%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2CBFC (or 0xC2CBFC) is known color: Lavender Blue. HEX triplet: C2, CB and FC. RGB value is (194,203,252). Sum of RGB (Red+Green+Blue) = 194+203+252=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFC is #3D3403. Grayscale: #CDCDCD. Windows color (decimal): -4011012 or 16567234. OLE color: 16567234.

HSL color Cylindrical-coordinate representation of color #C2CBFC: hue angle of 230.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CBFC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 203 252 -
CMYK 0.23 0.19 0 0.01
HSL 230.69º 0.91% 0.87% -
HSV(B) 230.69º 0.23% 0.99% -
XYZ 61.17 61.21 100.69 -
YUV 205.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 194 203 252 0.23 0.19 0 0.01 230.69 0.91 0.87
Hex C2 CB FC 17 13 0 1 E7 5B 57
Octal 302 313 374 27 23 0 1 347 133 127
Binary 11000010 11001011 11111100 10111 10011 0 1 11100111 1011011 1010111

Color Harmonies of #C2CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBFC

Black with #C2CBFC

Text Example


Text Example

White with #C2CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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