Html Css Color HEX #C0D3EB Periwinkle

📋 copy color: '#C0D3EB'

red 192 ◦ green 211 ◦ blue 235

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

Shades of Periwinkle #C0D3EB

Tints of Periwinkle #C0D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.07%

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

R = 30.09%
G = 33.07%
B = 36.83%

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

#C0D3EB (or 0xC0D3EB) is known color: Periwinkle. HEX triplet: C0, D3 and EB. RGB value is (192,211,235). Sum of RGB (Red+Green+Blue) = 192+211+235=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D3EB is #3F2C14. Grayscale: #CFCFCF. Windows color (decimal): -4140053 or 15455168. OLE color: 15455168.

HSL color Cylindrical-coordinate representation of color #C0D3EB: hue angle of 213.49º 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 #C0D3EB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 211 235 -
CMYK 0.18 0.10 0 0.08
HSL 213.49º 0.52% 0.84% -
HSV(B) 213.49º 0.18% 0.92% -
XYZ 60.03 63.79 87.75 -
YUV 208.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 192 211 235 0.18 0.10 0 0.08 213.49 0.52 0.84
Hex C0 D3 EB 12 A 0 8 D5 34 54
Octal 300 323 353 22 12 0 10 325 64 124
Binary 11000000 11010011 11101011 10010 1010 0 1000 11010101 110100 1010100

Color Harmonies of #C0D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D3EB

Black with #C0D3EB

Text Example


Text Example

White with #C0D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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