Html Css Color HEX #C2CBEA Periwinkle

📋 copy color: '#C2CBEA'

red 194 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #C2CBEA

Tints of Periwinkle #C2CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 30.74%
G = 32.17%
B = 37.08%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2CBEA (or 0xC2CBEA) is known color: Periwinkle. HEX triplet: C2, CB and EA. RGB value is (194,203,234). Sum of RGB (Red+Green+Blue) = 194+203+234=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBEA is #3D3415. Grayscale: #CBCBCB. Windows color (decimal): -4011030 or 15387586. OLE color: 15387586.

HSL color Cylindrical-coordinate representation of color #C2CBEA: hue angle of 226.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CBEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 203 234 -
CMYK 0.17 0.13 0 0.08
HSL 226.5º 0.49% 0.84% -
HSV(B) 226.5º 0.17% 0.92% -
XYZ 58.46 60.12 86.37 -
YUV 203.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 194 203 234 0.17 0.13 0 0.08 226.5 0.49 0.84
Hex C2 CB EA 11 D 0 8 E2 31 54
Octal 302 313 352 21 15 0 10 342 61 124
Binary 11000010 11001011 11101010 10001 1101 0 1000 11100010 110001 1010100

Color Harmonies of #C2CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBEA

Black with #C2CBEA

Text Example


Text Example

White with #C2CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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