Html Css Color HEX #CBCDE7 Periwinkle

📋 copy color: '#CBCDE7'

red 203 ◦ green 205 ◦ blue 231

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

Shades of Periwinkle #CBCDE7

Tints of Periwinkle #CBCDE7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.08%

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 31.77%
G = 32.08%
B = 36.15%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBCDE7 (or 0xCBCDE7) is known color: Periwinkle. HEX triplet: CB, CD and E7. RGB value is (203,205,231). Sum of RGB (Red+Green+Blue) = 203+205+231=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDE7 is #343218. Grayscale: #CFCFCF. Windows color (decimal): -3420697 or 15191499. OLE color: 15191499.

HSL color Cylindrical-coordinate representation of color #CBCDE7: hue angle of 235.71º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCDE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 205 231 -
CMYK 0.12 0.11 0 0.09
HSL 235.71º 0.37% 0.85% -
HSV(B) 235.71º 0.12% 0.91% -
XYZ 60.88 62.13 84.38 -
YUV 207.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 203 205 231 0.12 0.11 0 0.09 235.71 0.37 0.85
Hex CB CD E7 C B 0 9 EC 25 55
Octal 313 315 347 14 13 0 11 354 45 125
Binary 11001011 11001101 11100111 1100 1011 0 1001 11101100 100101 1010101

Color Harmonies of #CBCDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCDE7

Black with #CBCDE7

Text Example


Text Example

White with #CBCDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCDE7; }

 p { color: rgb(203,205,231); }

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

background-color css

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

 a { background-color: rgb(203,205,231); }

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

border-color css

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

 span { border-color: rgb(203,205,231); }

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