Html Css Color HEX #C0CEE2 Periwinkle

📋 copy color: '#C0CEE2'

red 192 ◦ green 206 ◦ blue 226

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

Shades of Periwinkle #C0CEE2

Tints of Periwinkle #C0CEE2

RGB

 RED value IS 192 (75.39% from 255) = 30.77%

 GREEN value IS 206 (80.86% from 255) = 33.01%

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 30.77%
G = 33.01%
B = 36.22%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C0CEE2 (or 0xC0CEE2) is known color: Periwinkle. HEX triplet: C0, CE and E2. RGB value is (192,206,226). Sum of RGB (Red+Green+Blue) = 192+206+226=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEE2 is #3F311D. Grayscale: #CCCCCC. Windows color (decimal): -4141342 or 14864064. OLE color: 14864064.

HSL color Cylindrical-coordinate representation of color #C0CEE2: hue angle of 215.29º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CEE2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 206 226 -
CMYK 0.15 0.09 0 0.11
HSL 215.29º 0.37% 0.82% -
HSV(B) 215.29º 0.15% 0.89% -
XYZ 57.54 60.84 80.66 -
YUV 204.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 192 206 226 0.15 0.09 0 0.11 215.29 0.37 0.82
Hex C0 CE E2 F 9 0 B D7 25 52
Octal 300 316 342 17 11 0 13 327 45 122
Binary 11000000 11001110 11100010 1111 1001 0 1011 11010111 100101 1010010

Color Harmonies of #C0CEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEE2

Black with #C0CEE2

Text Example


Text Example

White with #C0CEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEE2; }

 p { color: rgb(192,206,226); }

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

background-color css

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

 a { background-color: rgb(192,206,226); }

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

border-color css

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

 span { border-color: rgb(192,206,226); }

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