Html Css Color HEX #C2CBFF Lavender Blue

📋 copy color: '#C2CBFF'

red 194 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #C2CBFF

Tints of Lavender Blue #C2CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.11%

R = 29.75%
G = 31.13%
B = 39.11%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2CBFF (or 0xC2CBFF) is known color: Lavender Blue. HEX triplet: C2, CB and FF. RGB value is (194,203,255). Sum of RGB (Red+Green+Blue) = 194+203+255=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFF is #3D3400. Grayscale: #CECECE. Windows color (decimal): -4011009 or 16763842. OLE color: 16763842.

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

Color convert

RGB 194 203 255 -
CMYK 0.24 0.20 0 0
HSL 231.15º 1% 0.88% -
HSV(B) 231.15º 0.24% 1% -
XYZ 61.65 61.4 103.21 -
YUV 206.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 194 203 255 0.24 0.20 0 0 231.15 1 0.88
Hex C2 CB FF 18 14 0 0 E7 64 58
Octal 302 313 377 30 24 0 0 347 144 130
Binary 11000010 11001011 11111111 11000 10100 0 0 11100111 1100100 1011000

Color Harmonies of #C2CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBFF

Black with #C2CBFF

Text Example


Text Example

White with #C2CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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