Html Css Color HEX #CBCFE2 Periwinkle

📋 copy color: '#CBCFE2'

red 203 ◦ green 207 ◦ blue 226

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

Shades of Periwinkle #CBCFE2

Tints of Periwinkle #CBCFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 31.92%
G = 32.55%
B = 35.53%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBCFE2 (or 0xCBCFE2) is known color: Periwinkle. HEX triplet: CB, CF and E2. RGB value is (203,207,226). Sum of RGB (Red+Green+Blue) = 203+207+226=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE2 is #34301D. Grayscale: #CFCFCF. Windows color (decimal): -3420190 or 14864331. OLE color: 14864331.

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

Color convert

RGB 203 207 226 -
CMYK 0.10 0.08 0 0.11
HSL 229.57º 0.28% 0.84% -
HSV(B) 229.57º 0.1% 0.89% -
XYZ 60.67 62.81 80.88 -
YUV 207.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 203 207 226 0.10 0.08 0 0.11 229.57 0.28 0.84
Hex CB CF E2 A 8 0 B E6 1C 54
Octal 313 317 342 12 10 0 13 346 34 124
Binary 11001011 11001111 11100010 1010 1000 0 1011 11100110 11100 1010100

Color Harmonies of #CBCFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCFE2

Black with #CBCFE2

Text Example


Text Example

White with #CBCFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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