Html Css Color HEX #C0CEED Periwinkle

📋 copy color: '#C0CEED'

red 192 ◦ green 206 ◦ blue 237

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

Shades of Periwinkle #C0CEED

Tints of Periwinkle #C0CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 30.24%
G = 32.44%
B = 37.32%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0CEED (or 0xC0CEED) is known color: Periwinkle. HEX triplet: C0, CE and ED. RGB value is (192,206,237). Sum of RGB (Red+Green+Blue) = 192+206+237=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEED is #3F3112. Grayscale: #CDCDCD. Windows color (decimal): -4141331 or 15584960. OLE color: 15584960.

HSL color Cylindrical-coordinate representation of color #C0CEED: hue angle of 221.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CEED is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 206 237 -
CMYK 0.19 0.13 0 0.07
HSL 221.33º 0.56% 0.84% -
HSV(B) 221.33º 0.19% 0.93% -
XYZ 59.1 61.46 88.87 -
YUV 205.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 192 206 237 0.19 0.13 0 0.07 221.33 0.56 0.84
Hex C0 CE ED 13 D 0 7 DD 38 54
Octal 300 316 355 23 15 0 7 335 70 124
Binary 11000000 11001110 11101101 10011 1101 0 111 11011101 111000 1010100

Color Harmonies of #C0CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEED

Black with #C0CEED

Text Example


Text Example

White with #C0CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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