Html Css Color HEX #C5CEEB Periwinkle

📋 copy color: '#C5CEEB'

red 197 ◦ green 206 ◦ blue 235

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

Shades of Periwinkle #C5CEEB

Tints of Periwinkle #C5CEEB

RGB

 RED value IS 197 (77.34% from 255) = 30.88%

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

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

R = 30.88%
G = 32.29%
B = 36.83%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5CEEB (or 0xC5CEEB) is known color: Periwinkle. HEX triplet: C5, CE and EB. RGB value is (197,206,235). Sum of RGB (Red+Green+Blue) = 197+206+235=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 206 (80.86% from 255 or 32.29% 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 #C5CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEEB is #3A3114. Grayscale: #CECECE. Windows color (decimal): -3813653 or 15453893. OLE color: 15453893.

HSL color Cylindrical-coordinate representation of color #C5CEEB: hue angle of 225.79º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CEEB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 206 235 -
CMYK 0.16 0.12 0 0.08
HSL 225.79º 0.49% 0.85% -
HSV(B) 225.79º 0.16% 0.92% -
XYZ 60.09 62.01 87.4 -
YUV 206.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 197 206 235 0.16 0.12 0 0.08 225.79 0.49 0.85
Hex C5 CE EB 10 C 0 8 E2 31 55
Octal 305 316 353 20 14 0 10 342 61 125
Binary 11000101 11001110 11101011 10000 1100 0 1000 11100010 110001 1010101

Color Harmonies of #C5CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEEB

Black with #C5CEEB

Text Example


Text Example

White with #C5CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEEB; }

 p { color: rgb(197,206,235); }

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

background-color css

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

 a { background-color: rgb(197,206,235); }

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

border-color css

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

 span { border-color: rgb(197,206,235); }

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