Html Css Color HEX #C0D4EB Periwinkle

📋 copy color: '#C0D4EB'

red 192 ◦ green 212 ◦ blue 235

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

Shades of Periwinkle #C0D4EB

Tints of Periwinkle #C0D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 30.05%
G = 33.18%
B = 36.78%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0D4EB (or 0xC0D4EB) is known color: Periwinkle. HEX triplet: C0, D4 and EB. RGB value is (192,212,235). Sum of RGB (Red+Green+Blue) = 192+212+235=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4EB is #3F2B14. Grayscale: #D0D0D0. Windows color (decimal): -4139797 or 15455424. OLE color: 15455424.

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

Color convert

RGB 192 212 235 -
CMYK 0.18 0.10 0 0.08
HSL 212.09º 0.52% 0.84% -
HSV(B) 212.09º 0.18% 0.92% -
XYZ 60.28 64.29 87.83 -
YUV 208.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 192 212 235 0.18 0.10 0 0.08 212.09 0.52 0.84
Hex C0 D4 EB 12 A 0 8 D4 34 54
Octal 300 324 353 22 12 0 10 324 64 124
Binary 11000000 11010100 11101011 10010 1010 0 1000 11010100 110100 1010100

Color Harmonies of #C0D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D4EB

Black with #C0D4EB

Text Example


Text Example

White with #C0D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D4EB; }

 p { color: rgb(192,212,235); }

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

background-color css

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

 a { background-color: rgb(192,212,235); }

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

border-color css

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

 span { border-color: rgb(192,212,235); }

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