Html Css Color HEX #C3CBEB Periwinkle

📋 copy color: '#C3CBEB'

red 195 ◦ green 203 ◦ blue 235

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

Shades of Periwinkle #C3CBEB

Tints of Periwinkle #C3CBEB

RGB

 RED value IS 195 (76.56% from 255) = 30.81%

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

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

R = 30.81%
G = 32.07%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3CBEB (or 0xC3CBEB) is known color: Periwinkle. HEX triplet: C3, CB and EB. RGB value is (195,203,235). Sum of RGB (Red+Green+Blue) = 195+203+235=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBEB is #3C3414. Grayscale: #CCCCCC. Windows color (decimal): -3945493 or 15453123. OLE color: 15453123.

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

Color convert

RGB 195 203 235 -
CMYK 0.17 0.14 0 0.08
HSL 228º 0.5% 0.84% -
HSV(B) 228º 0.17% 0.92% -
XYZ 58.86 60.31 87.14 -
YUV 204.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 195 203 235 0.17 0.14 0 0.08 228 0.5 0.84
Hex C3 CB EB 11 E 0 8 E4 32 54
Octal 303 313 353 21 16 0 10 344 62 124
Binary 11000011 11001011 11101011 10001 1110 0 1000 11100100 110010 1010100

Color Harmonies of #C3CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBEB

Black with #C3CBEB

Text Example


Text Example

White with #C3CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBEB; }

 p { color: rgb(195,203,235); }

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

background-color css

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

 a { background-color: rgb(195,203,235); }

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

border-color css

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

 span { border-color: rgb(195,203,235); }

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