Html Css Color HEX #C2C3EE Lavender Blue

📋 copy color: '#C2C3EE'

red 194 ◦ green 195 ◦ blue 238

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

Shades of Lavender Blue #C2C3EE

Tints of Lavender Blue #C2C3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.1%

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 30.94%
G = 31.1%
B = 37.96%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2C3EE (or 0xC2C3EE) is known color: Lavender Blue. HEX triplet: C2, C3 and EE. RGB value is (194,195,238). Sum of RGB (Red+Green+Blue) = 194+195+238=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C3EE is #3D3C11. Grayscale: #C7C7C7. Windows color (decimal): -4013074 or 15647682. OLE color: 15647682.

HSL color Cylindrical-coordinate representation of color #C2C3EE: hue angle of 238.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2C3EE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 195 238 -
CMYK 0.18 0.18 0 0.07
HSL 238.64º 0.56% 0.85% -
HSV(B) 238.64º 0.18% 0.93% -
XYZ 57.2 56.67 88.81 -
YUV 199.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 194 195 238 0.18 0.18 0 0.07 238.64 0.56 0.85
Hex C2 C3 EE 12 12 0 7 EF 38 55
Octal 302 303 356 22 22 0 7 357 70 125
Binary 11000010 11000011 11101110 10010 10010 0 111 11101111 111000 1010101

Color Harmonies of #C2C3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C3EE

Black with #C2C3EE

Text Example


Text Example

White with #C2C3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C3EE; }

 p { color: rgb(194,195,238); }

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

background-color css

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

 a { background-color: rgb(194,195,238); }

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

border-color css

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

 span { border-color: rgb(194,195,238); }

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