Html Css Color HEX #C0CAEE Periwinkle

📋 copy color: '#C0CAEE'

red 192 ◦ green 202 ◦ blue 238

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

Shades of Periwinkle #C0CAEE

Tints of Periwinkle #C0CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.96%

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

R = 30.38%
G = 31.96%
B = 37.66%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0CAEE (or 0xC0CAEE) is known color: Periwinkle. HEX triplet: C0, CA and EE. RGB value is (192,202,238). Sum of RGB (Red+Green+Blue) = 192+202+238=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEE is #3F3511. Grayscale: #CACACA. Windows color (decimal): -4142354 or 15649472. OLE color: 15649472.

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

Color convert

RGB 192 202 238 -
CMYK 0.19 0.15 0 0.07
HSL 226.96º 0.58% 0.84% -
HSV(B) 226.96º 0.19% 0.93% -
XYZ 58.29 59.62 89.32 -
YUV 203.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 192 202 238 0.19 0.15 0 0.07 226.96 0.58 0.84
Hex C0 CA EE 13 F 0 7 E3 3A 54
Octal 300 312 356 23 17 0 7 343 72 124
Binary 11000000 11001010 11101110 10011 1111 0 111 11100011 111010 1010100

Color Harmonies of #C0CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAEE

Black with #C0CAEE

Text Example


Text Example

White with #C0CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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