Html Css Color HEX #C0D2E4 Periwinkle

📋 copy color: '#C0D2E4'

red 192 ◦ green 210 ◦ blue 228

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

Shades of Periwinkle #C0D2E4

Tints of Periwinkle #C0D2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 30.48%
G = 33.33%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C0D2E4 (or 0xC0D2E4) is known color: Periwinkle. HEX triplet: C0, D2 and E4. RGB value is (192,210,228). Sum of RGB (Red+Green+Blue) = 192+210+228=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0D2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2E4 is #3F2D1B. Grayscale: #CECECE. Windows color (decimal): -4140316 or 14996160. OLE color: 14996160.

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

Color convert

RGB 192 210 228 -
CMYK 0.16 0.08 0 0.11
HSL 210º 0.4% 0.82% -
HSV(B) 210º 0.16% 0.89% -
XYZ 58.79 62.9 82.44 -
YUV 206.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 192 210 228 0.16 0.08 0 0.11 210 0.4 0.82
Hex C0 D2 E4 10 8 0 B D2 28 52
Octal 300 322 344 20 10 0 13 322 50 122
Binary 11000000 11010010 11100100 10000 1000 0 1011 11010010 101000 1010010

Color Harmonies of #C0D2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2E4

Black with #C0D2E4

Text Example


Text Example

White with #C0D2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2E4; }

 p { color: rgb(192,210,228); }

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

background-color css

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

 a { background-color: rgb(192,210,228); }

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

border-color css

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

 span { border-color: rgb(192,210,228); }

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