Html Css Color HEX #C0CDEE Periwinkle

📋 copy color: '#C0CDEE'

red 192 ◦ green 205 ◦ blue 238

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

Shades of Periwinkle #C0CDEE

Tints of Periwinkle #C0CDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 30.24%
G = 32.28%
B = 37.48%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0CDEE (or 0xC0CDEE) is known color: Periwinkle. HEX triplet: C0, CD and EE. RGB value is (192,205,238). Sum of RGB (Red+Green+Blue) = 192+205+238=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDEE is #3F3211. Grayscale: #CCCCCC. Windows color (decimal): -4141586 or 15650240. OLE color: 15650240.

HSL color Cylindrical-coordinate representation of color #C0CDEE: hue angle of 223.04º degrees, saturation: 0.57, 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 #C0CDEE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 205 238 -
CMYK 0.19 0.14 0 0.07
HSL 223.04º 0.58% 0.84% -
HSV(B) 223.04º 0.19% 0.93% -
XYZ 59 61.04 89.56 -
YUV 204.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 192 205 238 0.19 0.14 0 0.07 223.04 0.58 0.84
Hex C0 CD EE 13 E 0 7 DF 3A 54
Octal 300 315 356 23 16 0 7 337 72 124
Binary 11000000 11001101 11101110 10011 1110 0 111 11011111 111010 1010100

Color Harmonies of #C0CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDEE

Black with #C0CDEE

Text Example


Text Example

White with #C0CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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