Html Css Color HEX #CBCFE1 Periwinkle

📋 copy color: '#CBCFE1'

red 203 ◦ green 207 ◦ blue 225

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

Shades of Periwinkle #CBCFE1

Tints of Periwinkle #CBCFE1

RGB

 RED value IS 203 (79.69% from 255) = 31.97%

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 31.97%
G = 32.6%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCFE1 (or 0xCBCFE1) is known color: Periwinkle. HEX triplet: CB, CF and E1. RGB value is (203,207,225). Sum of RGB (Red+Green+Blue) = 203+207+225=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE1 is #34301E. Grayscale: #CFCFCF. Windows color (decimal): -3420191 or 14798795. OLE color: 14798795.

HSL color Cylindrical-coordinate representation of color #CBCFE1: hue angle of 229.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCFE1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 207 225 -
CMYK 0.10 0.08 0 0.12
HSL 229.09º 0.27% 0.84% -
HSV(B) 229.09º 0.1% 0.88% -
XYZ 60.53 62.76 80.16 -
YUV 207.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 203 207 225 0.10 0.08 0 0.12 229.09 0.27 0.84
Hex CB CF E1 A 8 0 C E5 1B 54
Octal 313 317 341 12 10 0 14 345 33 124
Binary 11001011 11001111 11100001 1010 1000 0 1100 11100101 11011 1010100

Color Harmonies of #CBCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCFE1

Black with #CBCFE1

Text Example


Text Example

White with #CBCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCFE1; }

 p { color: rgb(203,207,225); }

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

background-color css

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

 a { background-color: rgb(203,207,225); }

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

border-color css

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

 span { border-color: rgb(203,207,225); }

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