Html Css Color HEX #C5CBEF Periwinkle

📋 copy color: '#C5CBEF'

red 197 ◦ green 203 ◦ blue 239

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

Shades of Periwinkle #C5CBEF

Tints of Periwinkle #C5CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.77%

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 30.83%
G = 31.77%
B = 37.4%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5CBEF (or 0xC5CBEF) is known color: Periwinkle. HEX triplet: C5, CB and EF. RGB value is (197,203,239). Sum of RGB (Red+Green+Blue) = 197+203+239=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBEF is #3A3410. Grayscale: #CDCDCD. Windows color (decimal): -3814417 or 15715269. OLE color: 15715269.

HSL color Cylindrical-coordinate representation of color #C5CBEF: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CBEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 203 239 -
CMYK 0.18 0.15 0 0.06
HSL 231.43º 0.57% 0.85% -
HSV(B) 231.43º 0.18% 0.94% -
XYZ 59.96 60.81 90.24 -
YUV 205.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 197 203 239 0.18 0.15 0 0.06 231.43 0.57 0.85
Hex C5 CB EF 12 F 0 6 E7 39 55
Octal 305 313 357 22 17 0 6 347 71 125
Binary 11000101 11001011 11101111 10010 1111 0 110 11100111 111001 1010101

Color Harmonies of #C5CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBEF

Black with #C5CBEF

Text Example


Text Example

White with #C5CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBEF; }

 p { color: rgb(197,203,239); }

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

background-color css

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

 a { background-color: rgb(197,203,239); }

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

border-color css

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

 span { border-color: rgb(197,203,239); }

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