Html Css Color HEX #C4CBEA Periwinkle

📋 copy color: '#C4CBEA'

red 196 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #C4CBEA

Tints of Periwinkle #C4CBEA

RGB

 RED value IS 196 (76.95% from 255) = 30.96%

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 30.96%
G = 32.07%
B = 36.97%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4CBEA (or 0xC4CBEA) is known color: Periwinkle. HEX triplet: C4, CB and EA. RGB value is (196,203,234). Sum of RGB (Red+Green+Blue) = 196+203+234=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBEA is #3B3415. Grayscale: #CCCCCC. Windows color (decimal): -3879958 or 15387588. OLE color: 15387588.

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

Color convert

RGB 196 203 234 -
CMYK 0.16 0.13 0 0.08
HSL 228.95º 0.48% 0.84% -
HSV(B) 228.95º 0.16% 0.92% -
XYZ 58.97 60.39 86.39 -
YUV 204.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 196 203 234 0.16 0.13 0 0.08 228.95 0.48 0.84
Hex C4 CB EA 10 D 0 8 E5 30 54
Octal 304 313 352 20 15 0 10 345 60 124
Binary 11000100 11001011 11101010 10000 1101 0 1000 11100101 110000 1010100

Color Harmonies of #C4CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBEA

Black with #C4CBEA

Text Example


Text Example

White with #C4CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBEA; }

 p { color: rgb(196,203,234); }

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

background-color css

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

 a { background-color: rgb(196,203,234); }

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

border-color css

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

 span { border-color: rgb(196,203,234); }

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