Html Css Color HEX #C0CDE5 Periwinkle

📋 copy color: '#C0CDE5'

red 192 ◦ green 205 ◦ blue 229

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

Shades of Periwinkle #C0CDE5

Tints of Periwinkle #C0CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 30.67%
G = 32.75%
B = 36.58%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C0CDE5 (or 0xC0CDE5) is known color: Periwinkle. HEX triplet: C0, CD and E5. RGB value is (192,205,229). Sum of RGB (Red+Green+Blue) = 192+205+229=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDE5 is #3F321A. Grayscale: #CBCBCB. Windows color (decimal): -4141595 or 15060416. OLE color: 15060416.

HSL color Cylindrical-coordinate representation of color #C0CDE5: hue angle of 218.92º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CDE5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 205 229 -
CMYK 0.16 0.10 0 0.10
HSL 218.92º 0.42% 0.83% -
HSV(B) 218.92º 0.16% 0.9% -
XYZ 57.71 60.53 82.77 -
YUV 203.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 192 205 229 0.16 0.10 0 0.10 218.92 0.42 0.83
Hex C0 CD E5 10 A 0 A DB 2A 53
Octal 300 315 345 20 12 0 12 333 52 123
Binary 11000000 11001101 11100101 10000 1010 0 1010 11011011 101010 1010011

Color Harmonies of #C0CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDE5

Black with #C0CDE5

Text Example


Text Example

White with #C0CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDE5; }

 p { color: rgb(192,205,229); }

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

background-color css

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

 a { background-color: rgb(192,205,229); }

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

border-color css

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

 span { border-color: rgb(192,205,229); }

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